3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hspec-expectations: update to version 0.6.0.1

This commit is contained in:
Peter Simons 2014-07-22 12:21:47 +02:00
parent 8606a1dddf
commit 639901ae56

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "hspec-expectations";
version = "0.6.0";
sha256 = "01l9mnny5pgaqqswv1hyq1v77yd4vx9bfyz6662iypc0fz78519i";
version = "0.6.0.1";
sha256 = "16013x7v6zly4h1spzarrlzskbjb19bljsj98fn8k21mzb82f7wl";
buildDepends = [ HUnit ];
testDepends = [ hspec HUnit markdownUnlit silently ];
doCheck = false;