18250b97ae
had added him earlier.
16 lines
476 B
Nix
16 lines
476 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "bmp";
|
|
version = "1.2.5.2";
|
|
sha256 = "0f88f2ynm1fpzbjijy5fa8blfrdv42h5h28hfjlpd4fp0h96in5x";
|
|
buildDepends = [ binary ];
|
|
meta = {
|
|
homepage = "http://code.ouroborus.net/bmp";
|
|
description = "Read and write uncompressed BMP image files";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|