Skip to content

Commit

Permalink
haskell-pgm: update to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 948669f commit 471dd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/haskell/pgm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 471dd8d

Please sign in to comment.