2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-15 09:25:15 +01:00
|
|
|
{ cabal, chell, QuickCheck, random }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "chell-quickcheck";
|
2014-05-21 16:19:35 +02:00
|
|
|
version = "0.2.4";
|
|
|
|
sha256 = "0ys6aks97y5h0n8n8dmwx8jrai4bjlnr7n69s259664y694054wd";
|
2014-03-15 09:25:15 +01:00
|
|
|
buildDepends = [ chell QuickCheck random ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://john-millikin.com/software/chell/";
|
|
|
|
description = "QuickCheck support for the Chell testing library";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|