haskell-quickcheck-property-monad: update to version 0.2.2
This commit is contained in:
parent
22ed738808
commit
ffa1294358
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "quickcheck-property-monad";
|
pname = "quickcheck-property-monad";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
sha256 = "1ln8bcsc8hd8jyhd9rp2j90p5h5nhmwidb5my91p09h43y4z9xds";
|
sha256 = "1liixl4xxpx9f3877sss16m67y5bkwhxdmr8h40rpqdi7dz9s0mj";
|
||||||
buildDepends = [ either QuickCheck transformers ];
|
buildDepends = [ either QuickCheck transformers ];
|
||||||
testDepends = [ doctest filepath QuickCheck ];
|
testDepends = [ doctest filepath QuickCheck ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue