mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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";
|
||||
sha256 = "1xwd6rhka9gzmldkaw3d7262h51wxw9dwgip39q8pjkvvfs5kwkr";
|
||||
buildDepends = [ prettyShow text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/Mikolaj/assert-failure";
|
||||
description = "Syntactic sugar improving 'assert' and 'error'";
|
||||
|
Loading…
Reference in New Issue
Block a user