1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-hspec-expectations: update to version 0.6.0

This commit is contained in:
Peter Simons 2014-07-14 10:53:42 +02:00
parent 9013785c59
commit 889bf2b3ae

View file

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