haskell-quickcheck-property-monad: update to version 0.2.3
This commit is contained in:
parent
93f6495731
commit
97dff65ae6
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "quickcheck-property-monad";
|
||||
version = "0.2.2";
|
||||
sha256 = "1liixl4xxpx9f3877sss16m67y5bkwhxdmr8h40rpqdi7dz9s0mj";
|
||||
version = "0.2.3";
|
||||
sha256 = "12vg14xwhhsqwygrs5lylsg514am5sslqc15nbl8mwzzxix1w8xb";
|
||||
buildDepends = [ either QuickCheck transformers ];
|
||||
testDepends = [ doctest filepath QuickCheck ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue