about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bktrees/default.nix
blob: 03452a99f2bbbfd2cde399da2ec48d494135b921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "bktrees";
  version = "0.3";
  sha256 = "ddef9fbf5114175cefe2908cd4360a4b94cbc91daac6d5194a8911bacaa1a5da";
  meta = {
    description = "Burkhard-Keller trees sets implementation";
    license = "BSD3";
  };
})