forked from mirrors/nixpkgs
haskell-snaplet-acid-state: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
00cf21ec8a
commit
f13d57e1aa
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.2.6.1";
|
||||
sha256 = "0wlawnsxisslqzspa29swsdmncgx04z3rd1bhwx73mx5pksykw60";
|
||||
buildDepends = [ acidState snap text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/mightybyte/snaplet-acid-state";
|
||||
description = "acid-state snaplet for Snap Framework";
|
||||
|
|
Loading…
Reference in a new issue