summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/smallcheck/default.nix
blob: 39ee91b09f37642b2469dafbc2814dad0abe64cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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];
  };
})