mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-hspec-expectations: update to version 0.6.0.1
This commit is contained in:
parent
8606a1dddf
commit
639901ae56
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-expectations";
|
pname = "hspec-expectations";
|
||||||
version = "0.6.0";
|
version = "0.6.0.1";
|
||||||
sha256 = "01l9mnny5pgaqqswv1hyq1v77yd4vx9bfyz6662iypc0fz78519i";
|
sha256 = "16013x7v6zly4h1spzarrlzskbjb19bljsj98fn8k21mzb82f7wl";
|
||||||
buildDepends = [ HUnit ];
|
buildDepends = [ HUnit ];
|
||||||
testDepends = [ hspec HUnit markdownUnlit silently ];
|
testDepends = [ hspec HUnit markdownUnlit silently ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user