haskell-smallcheck: updated to version 0.5
svn path=/nixpkgs/trunk/; revision=30487
This commit is contained in:
parent
589be8e754
commit
0a872860d7
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "smallcheck";
|
pname = "smallcheck";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
sha256 = "0nq13jm3akrmgk6n2clisip16v0jf1xkm0hm678v63s87hxqb1ma";
|
sha256 = "10bmaifpkd5h3fp76cgbbc21q6nd0v8b3f80fjnb1ggg5zqs10dv";
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/feuerbach/smallcheck";
|
||||||
description = "Another lightweight testing library in Haskell";
|
description = "Another lightweight testing library in Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user