haskell-bitmap: updated to version 0.0.2

svn path=/nixpkgs/trunk/; revision=32278
This commit is contained in:
Peter Simons 2012-02-14 16:58:30 +00:00
parent 3c63b41aa4
commit 70d973551a

View file

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "bitmap";
version = "0.0.1";
sha256 = "281ad4d9234349cfd14f91977b48e2d1861c037f4b6562aa138cddd25c801a7e";
version = "0.0.2";
sha256 = "1flrfbrsnlcal7qyvl1wb0p8c14w0mvvkmgs7d943jqnlh4gay5m";
meta = {
homepage = "http://code.haskell.org/~bkomuves/";
description = "A library for handling and manipulating bitmaps";
description = "A library for handling and manipulating bitmaps (rectangular pixel arrays)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [