mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-quickcheck-instances: update to version 0.3.6
This commit is contained in:
parent
7f92b66ec8
commit
b9f9a7422e
@ -1,10 +1,12 @@
|
||||
{ cabal, QuickCheck, text, time }:
|
||||
{ cabal, hashable, QuickCheck, text, time, unorderedContainers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "quickcheck-instances";
|
||||
version = "0.3.5";
|
||||
sha256 = "1ak55d3yi6ii01921zihn8mk12mws78w05gmhk766kpylhhgni5f";
|
||||
buildDepends = [ QuickCheck text time ];
|
||||
version = "0.3.6";
|
||||
sha256 = "1vaqwsdgi2mirplzg66zysc1ivjjr0qxyiibsh6j771hxs9qk2pr";
|
||||
buildDepends = [
|
||||
hashable QuickCheck text time unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/aslatter/qc-instances";
|
||||
description = "Common quickcheck instances";
|
||||
|
Loading…
Reference in New Issue
Block a user