nixpkgs/pkgs/development/libraries/haskell/smallcheck/default.nix

14 lines
314 B
Nix
Raw Normal View History

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