Added a few Haskell packages as submitted by Ilya Cassina.

svn path=/nixpkgs/trunk/; revision=24269
This commit is contained in:
Andres Löh
2010-10-13 21:18:35 +00:00
parent e82053ac94
commit b421bbd0ea
5 changed files with 62 additions and 0 deletions

View File

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