summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/IntervalMap/default.nix
blob: 8df2f0815dbf3fff44c7f096eeab2934ee4990ba (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.2";
  sha256 = "14pbq5n2cn9gxjkmqpnbn7dx9963wp3sdbb180wm9l5xqi338s0l";
  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 = [ self.stdenv.lib.maintainers.ocharles ];
  };
})