nixpkgs/pkgs/development/libraries/haskell/smallcheck/default.nix
Andres Löh 1c00dfa14a Added smallcheck.
svn path=/nixpkgs/trunk/; revision=27363
2011-06-07 14:23:01 +00:00

14 lines
314 B
Nix

{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];
};
})