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

{ cabal, binary, dlist }:

cabal.mkDerivation (self: {
  pname = "list-tries";
  version = "0.5.2";
  sha256 = "0lfl35i1k3nnv8q6bhwq4sr197fylin2hmxa4b96kfcc22xfzwy6";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ binary dlist ];
  jailbreak = true;
  meta = {
    homepage = "http://iki.fi/matti.niemenmaa/list-tries/";
    description = "Tries and Patricia tries: finite sets and maps for list keys";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})