haskell-hspec-expectations: update to version 0.6.0
This commit is contained in:
parent
9013785c59
commit
889bf2b3ae
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-expectations";
|
pname = "hspec-expectations";
|
||||||
version = "0.5.0.1";
|
version = "0.6.0";
|
||||||
sha256 = "0r1yy94q30gp3wyif7qfa22gn3g2lrszwygsy4wknc396fab7mvj";
|
sha256 = "01l9mnny5pgaqqswv1hyq1v77yd4vx9bfyz6662iypc0fz78519i";
|
||||||
buildDepends = [ HUnit ];
|
buildDepends = [ HUnit ];
|
||||||
testDepends = [ hspec HUnit markdownUnlit silently ];
|
testDepends = [ hspec HUnit markdownUnlit silently ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in New Issue