3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hspec-expectations: update to version 0.5.0.1

This commit is contained in:
Peter Simons 2013-12-09 13:03:20 +01:00
parent ee04bc15d0
commit 7053a3f96a

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "hspec-expectations";
version = "0.3.3";
sha256 = "0sg7wkgr9qmwv0bki1q8wvl5jrlsvn0c7sd2qpqp3cccdhwj9c5k";
version = "0.5.0.1";
sha256 = "0r1yy94q30gp3wyif7qfa22gn3g2lrszwygsy4wknc396fab7mvj";
buildDepends = [ HUnit ];
testDepends = [ hspec HUnit markdownUnlit silently ];
doCheck = false;