haskell-show: update to version 0.6
This commit is contained in:
parent
9c19958570
commit
faa2218269
@ -1,10 +1,10 @@
|
|||||||
{ cabal, QuickCheck, random, simpleReflect, smallcheck, syb }:
|
{ cabal, syb }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "show";
|
pname = "show";
|
||||||
version = "0.5";
|
version = "0.6";
|
||||||
sha256 = "1s9nwhbc1935359r76glirg858c1sg8nfvv0bzzrncrgf0gxcl4f";
|
sha256 = "15bvfffnr034z8wbmhxa8h5qskbxwbflk434dx023l1qlm3sjmsg";
|
||||||
buildDepends = [ QuickCheck random simpleReflect smallcheck syb ];
|
buildDepends = [ syb ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "'Show' instances for Lambdabot";
|
description = "'Show' instances for Lambdabot";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user