3
0
Fork 0
forked from mirrors/nixpkgs

haskell-MissingH: update to version 1.2.0.2

This commit is contained in:
Peter Simons 2013-08-22 11:47:13 +02:00
parent 384292b4d5
commit 1a3667773f

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "MissingH";
version = "1.2.0.1";
sha256 = "0hxyf82g2rz36ks6n136p6brgs0r9cnxfkh4xgl6iw11wbq2rb5m";
version = "1.2.0.2";
sha256 = "1wrrfa8dy0h0c53f1zjzwdkj8wkwsbi6qhv35wwlaz39dk32c4nn";
buildDepends = [
filepath hslogger HUnit mtl network parsec random regexCompat time
];