2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2010-05-11 20:58:47 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-05-11 20:58:47 +01:00
|
|
|
pname = "bitmap";
|
2012-02-14 16:58:30 +00:00
|
|
|
version = "0.0.2";
|
|
|
|
sha256 = "1flrfbrsnlcal7qyvl1wb0p8c14w0mvvkmgs7d943jqnlh4gay5m";
|
2010-05-11 20:58:47 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://code.haskell.org/~bkomuves/";
|
2012-02-14 16:58:30 +00:00
|
|
|
description = "A library for handling and manipulating bitmaps (rectangular pixel arrays)";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-05-11 20:58:47 +01:00
|
|
|
};
|
|
|
|
})
|