summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bitmap/default.nix
blob: aff1eea1f0c70c3438bebf4dda02738c8955a6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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];
  };
})