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
1 changed files with 2 additions and 2 deletions

View File

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