haskell-QuickCheck: added version 2.4.1.1
svn path=/nixpkgs/trunk/; revision=28541
This commit is contained in:
18
pkgs/development/libraries/haskell/QuickCheck/2.4.1.1.nix
Normal file
18
pkgs/development/libraries/haskell/QuickCheck/2.4.1.1.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ cabal, extensibleExceptions, random }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "QuickCheck";
|
||||
version = "2.4.1.1";
|
||||
sha256 = "06vrn0j26ai2jfl32yd3kx8by4pimcinjf23b0dyc35z2gb139wj";
|
||||
buildDepends = [ extensibleExceptions random ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/QuickCheck";
|
||||
description = "Automatic testing of Haskell programs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user