forked from mirrors/nixpkgs
haskell-quickcheck-instances: update to version 0.3.8
This commit is contained in:
parent
237bf0f8b7
commit
977aa979bf
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "quickcheck-instances";
|
pname = "quickcheck-instances";
|
||||||
version = "0.3.7";
|
version = "0.3.8";
|
||||||
sha256 = "0zf2b2zisfx7j7i4jnb79w5hhk5dy53w23fi876flx3vl6mfvszw";
|
sha256 = "0132a37zi1haz1aaggxa1hr421bcmxlbaa4m2l53m2rmr4z5mgkg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
hashable QuickCheck text time unorderedContainers
|
hashable QuickCheck text time unorderedContainers
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue