haskell-show: this package needs smallcheck version < 1
This commit is contained in:
@@ -5,6 +5,9 @@ cabal.mkDerivation (self: {
|
||||
version = "0.4.1.2";
|
||||
sha256 = "1qaphxjaxng7d0kcn3vvxbvqljzzs1hvmsrdsm3pbi19qlsavd5w";
|
||||
buildDepends = [ QuickCheck random smallcheck syb ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|smallcheck>=0.4|smallcheck >=0.4 \&\& <= 1|' show.cabal
|
||||
'';
|
||||
meta = {
|
||||
description = "'Show' instances for Lambdabot";
|
||||
license = "GPL";
|
||||
|
||||
Reference in New Issue
Block a user