summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/quickcheck-instances
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-09 13:03:22 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:38 +0100
commit01a828cbf99608b25396aa1a1f2e9dae69da56f7 (patch)
treee0f00f0853ea95388556b74b6f72701b6b5927a3 /pkgs/development/libraries/haskell/quickcheck-instances
parent3df57554b5fc4fcdb26050b8562da60ab25916b5 (diff)
downloadnixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar.gz
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar.bz2
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar.lz
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar.xz
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.tar.zst
nixlib-01a828cbf99608b25396aa1a1f2e9dae69da56f7.zip
haskell-quickcheck-instances: update to version 0.3.4
Diffstat (limited to 'pkgs/development/libraries/haskell/quickcheck-instances')
-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 647e08718a8c..0b29a55ce5fa 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.3";
-  sha256 = "0l5rck5sh3cplqqkkasm00phy962y3wa9l8a44843grp3flnpv72";
+  version = "0.3.4";
+  sha256 = "10kkjqn530cd4bz5jfnvfvpswk25glyjnmy21qj253db6ja8xns1";
   buildDepends = [ QuickCheck text time ];
   meta = {
     homepage = "https://github.com/aslatter/qc-instances";