Added smallcheck.
svn path=/nixpkgs/trunk/; revision=27363
This commit is contained in:
13
pkgs/development/libraries/haskell/smallcheck/default.nix
Normal file
13
pkgs/development/libraries/haskell/smallcheck/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "smallcheck";
|
||||
version = "0.4";
|
||||
sha256 = "0nq13jm3akrmgk6n2clisip16v0jf1xkm0hm678v63s87hxqb1ma";
|
||||
meta = {
|
||||
description = "Another lightweight testing library in Haskell";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user