summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-17 12:49:00 +0100
committerPeter Simons <simons@cryp.to>2014-02-17 16:41:10 +0100
commit9e15812d400bc1ef57d59ac7b0823137d0f70aca (patch)
tree07dacdd41eb45f48d11e402866d7178194c64e67
parent641e37519b42bd5fe5118cc8e1f573c04aae80bd (diff)
haskell-quickcheck-instances: update to version 0.3.7
-rw-r--r--pkgs/development/libraries/haskell/quickcheck-instances/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/quickcheck-instances/default.nix b/pkgs/development/libraries/haskell/quickcheck-instances/default.nix
index 44e912514fc7..3260fd17e9e5 100644
--- a/pkgs/development/libraries/haskell/quickcheck-instances/default.nix
+++ b/pkgs/development/libraries/haskell/quickcheck-instances/default.nix
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "quickcheck-instances";
- version = "0.3.6";
- sha256 = "1vaqwsdgi2mirplzg66zysc1ivjjr0qxyiibsh6j771hxs9qk2pr";
+ version = "0.3.7";
+ sha256 = "0zf2b2zisfx7j7i4jnb79w5hhk5dy53w23fi876flx3vl6mfvszw";
buildDepends = [
hashable QuickCheck text time unorderedContainers
];