about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-22 12:22:08 +0200
committerPeter Simons <simons@cryp.to>2014-07-22 14:20:59 +0200
commit97dff65ae6a27db8751335ed74468bd438ea644f (patch)
tree1fdfe7da290a679f4788dff12dcb0e370d52b06e /pkgs/development
parent93f64957314ffbb108d830901302a96630a32344 (diff)
downloadnixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar.gz
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar.bz2
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar.lz
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar.xz
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.tar.zst
nixlib-97dff65ae6a27db8751335ed74468bd438ea644f.zip
haskell-quickcheck-property-monad: update to version 0.2.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/quickcheck-property-monad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/quickcheck-property-monad/default.nix b/pkgs/development/libraries/haskell/quickcheck-property-monad/default.nix
index d8b8d4719797..3ef3b02851e9 100644
--- a/pkgs/development/libraries/haskell/quickcheck-property-monad/default.nix
+++ b/pkgs/development/libraries/haskell/quickcheck-property-monad/default.nix
@@ -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 = {