nixpkgs/pkgs/development/libraries/haskell/bktrees/default.nix

13 lines
263 B
Nix
Raw Normal View History

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