nixpkgs/pkgs/development/libraries/haskell/bitmap/default.nix

14 lines
325 B
Nix
Raw Normal View History

{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];
};
})