summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/IntervalMap/default.nix
blob: 774cbd8a19ea893e312334a1cced1616b05d4a81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Cabal, deepseq, QuickCheck }:

cabal.mkDerivation (self: {
  pname = "IntervalMap";
  version = "0.3.0.3";
  sha256 = "11lxsjq9nw9mmj5ga0x03d8rgcx2s85kzi17d9cm7m28mq4dqdag";
  buildDepends = [ deepseq ];
  testDepends = [ Cabal deepseq QuickCheck ];
  meta = {
    homepage = "http://www.chr-breitkopf.de/comp/IntervalMap";
    description = "Maps from Intervals to values, with efficient search";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})