2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-13 14:40:07 +00:00
|
|
|
{ cabal, hashable, QuickCheck, text, time, unorderedContainers }:
|
2013-11-21 08:42:54 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "quickcheck-instances";
|
2014-09-10 19:40:30 +01:00
|
|
|
version = "0.3.9";
|
|
|
|
sha256 = "1a0mbd1kga4qnamp80x2g4avjwcy8z0zrriqxdhb1525wyyb0656";
|
2014-01-13 14:40:07 +00:00
|
|
|
buildDepends = [
|
|
|
|
hashable QuickCheck text time unorderedContainers
|
|
|
|
];
|
2014-03-26 08:46:23 +00:00
|
|
|
jailbreak = true;
|
2013-11-21 08:42:54 +00: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 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-21 08:42:54 +00:00
|
|
|
};
|
|
|
|
})
|