haskell-assert-failure: jailbreak to fix build with recent versions of pretty-show
This commit is contained in:
parent
f1ed3433e8
commit
2504dedaf6
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "1xwd6rhka9gzmldkaw3d7262h51wxw9dwgip39q8pjkvvfs5kwkr";
|
sha256 = "1xwd6rhka9gzmldkaw3d7262h51wxw9dwgip39q8pjkvvfs5kwkr";
|
||||||
buildDepends = [ prettyShow text ];
|
buildDepends = [ prettyShow text ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/Mikolaj/assert-failure";
|
homepage = "https://github.com/Mikolaj/assert-failure";
|
||||||
description = "Syntactic sugar improving 'assert' and 'error'";
|
description = "Syntactic sugar improving 'assert' and 'error'";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user