3
0
Fork 0
forked from mirrors/nixpkgs

haskell-pointfree: update to version 1.0.4.8

This commit is contained in:
Peter Simons 2014-10-13 12:46:50 +02:00
parent 2517c46673
commit 1408b26a0a

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "pointfree";
version = "1.0.4.7";
sha256 = "0jwql0ka01cr53ayjc4dpaci11i7r1y3b9gcbh3rlamb1mnfcqvl";
version = "1.0.4.8";
sha256 = "0nb3mqp6zwnnq6fs27xhcqv4w8h6sr5k01hldkqnkgwz0yyy7ljy";
isLibrary = false;
isExecutable = true;
buildDepends = [ haskellSrcExts transformers ];