mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
18250b97ae
had added him earlier.
18 lines
598 B
Nix
18 lines
598 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, extensibleExceptions, mtl, random }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "QuickCheck";
|
|
version = "2.1.1.1";
|
|
sha256 = "626a6f7a69e2bea3b4fe7c573d0bc8da8c77f97035cb2d3a5e1c9fca382b59c9";
|
|
buildDepends = [ extensibleExceptions mtl random ];
|
|
meta = {
|
|
homepage = "http://www.cse.chalmers.se/~koen";
|
|
description = "Automatic testing of Haskell programs";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|