18250b97ae
had added him earlier.
17 lines
488 B
Nix
17 lines
488 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, parsec }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pgm";
|
|
version = "0.1.4";
|
|
sha256 = "1s3kch1qsxrfzk9sa4b0jn9vzjhw7dvh1sajgnnz97gl5y0gydmv";
|
|
buildDepends = [ parsec ];
|
|
meta = {
|
|
homepage = "https://github.com/astanin/haskell-pgm";
|
|
description = "Pure Haskell implementation of PGM image format";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|