1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-quickcheck-instances: update to version 0.3.5

This commit is contained in:
Peter Simons 2013-12-19 11:35:26 +01:00
parent ce3c422fc5
commit 52fbea9873

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "quickcheck-instances";
version = "0.3.4";
sha256 = "10kkjqn530cd4bz5jfnvfvpswk25glyjnmy21qj253db6ja8xns1";
version = "0.3.5";
sha256 = "1ak55d3yi6ii01921zihn8mk12mws78w05gmhk766kpylhhgni5f";
buildDepends = [ QuickCheck text time ];
meta = {
homepage = "https://github.com/aslatter/qc-instances";