haskell-hspec-expectations: update to version 0.3.3

This commit is contained in:
Peter Simons 2013-09-02 13:20:16 +02:00
parent bd8c82b76d
commit 8b938477c2
1 changed files with 2 additions and 2 deletions

View File

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