Added a few new Haskell libraries.
svn path=/nixpkgs/trunk/; revision=21733
This commit is contained in:
13
pkgs/development/libraries/haskell/bitmap/default.nix
Normal file
13
pkgs/development/libraries/haskell/bitmap/default.nix
Normal 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];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user