2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-13 18:40:07 +04:00
|
|
|
{ cabal, hashable, QuickCheck, text, time, unorderedContainers }:
|
2013-11-21 12:42:54 +04:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "quickcheck-instances";
|
2014-04-10 14:56:37 +04:00
|
|
|
version = "0.3.8";
|
|
|
|
sha256 = "0132a37zi1haz1aaggxa1hr421bcmxlbaa4m2l53m2rmr4z5mgkg";
|
2014-01-13 18:40:07 +04:00
|
|
|
buildDepends = [
|
|
|
|
hashable QuickCheck text time unorderedContainers
|
|
|
|
];
|
2014-03-26 12:46:23 +04:00
|
|
|
jailbreak = true;
|
2013-11-21 12:42:54 +04:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/aslatter/qc-instances";
|
|
|
|
description = "Common quickcheck instances";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 15:48:22 +04:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-21 12:42:54 +04:00
|
|
|
};
|
|
|
|
})
|