mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-pgm: update to version 0.1.4
This commit is contained in:
parent
948669f683
commit
471dd8d1f0
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pgm";
|
||||
version = "0.1.3";
|
||||
sha256 = "1byq8bacqgdpahf57ccwwa45wf9ij0kkgp89rg9flsv1g10364d4";
|
||||
version = "0.1.4";
|
||||
sha256 = "1s3kch1qsxrfzk9sa4b0jn9vzjhw7dvh1sajgnnz97gl5y0gydmv";
|
||||
buildDepends = [ parsec ];
|
||||
meta = {
|
||||
homepage = "https://github.com/sergeyastanin/haskell-pgm";
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue