haskell-pgm: update to version 0.1.4
This commit is contained in:
parent
948669f683
commit
471dd8d1f0
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pgm";
|
pname = "pgm";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
sha256 = "1byq8bacqgdpahf57ccwwa45wf9ij0kkgp89rg9flsv1g10364d4";
|
sha256 = "1s3kch1qsxrfzk9sa4b0jn9vzjhw7dvh1sajgnnz97gl5y0gydmv";
|
||||||
buildDepends = [ parsec ];
|
buildDepends = [ parsec ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/sergeyastanin/haskell-pgm";
|
homepage = "https://github.com/astanin/haskell-pgm";
|
||||||
description = "Pure Haskell implementation of PGM image format";
|
description = "Pure Haskell implementation of PGM image format";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user