Added a few new Haskell libraries.

svn path=/nixpkgs/trunk/; revision=21733
This commit is contained in:
Andres Löh
2010-05-11 19:58:47 +00:00
parent 57cffe5040
commit 76167b5bd3
5 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "bitmap";
version = "0.0.1";
sha256 = "281ad4d9234349cfd14f91977b48e2d1861c037f4b6562aa138cddd25c801a7e";
meta = {
description = "A library for handling and manipulating bitmaps";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})