haskell-quickcheck-instances: update to version 0.3.9

This commit is contained in:
Peter Simons 2014-09-10 20:40:30 +02:00
parent f07cec10e2
commit 5b0b7b7686

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "quickcheck-instances"; pname = "quickcheck-instances";
version = "0.3.8"; version = "0.3.9";
sha256 = "0132a37zi1haz1aaggxa1hr421bcmxlbaa4m2l53m2rmr4z5mgkg"; sha256 = "1a0mbd1kga4qnamp80x2g4avjwcy8z0zrriqxdhb1525wyyb0656";
buildDepends = [ buildDepends = [
hashable QuickCheck text time unorderedContainers hashable QuickCheck text time unorderedContainers
]; ];