nixpkgs/pkgs/development/libraries/haskell/bktrees/default.nix
Andres Löh b421bbd0ea Added a few Haskell packages as submitted by Ilya Cassina.
svn path=/nixpkgs/trunk/; revision=24269
2010-10-13 21:18:35 +00:00

13 lines
265 B
Nix

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