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