cabal-plan: fix build by applying https://github.com/haskell-hvr/cabal-plan/pull/16
This commit is contained in:
parent
da7833e7e6
commit
291c3681f6
@ -959,4 +959,10 @@ self: super: {
|
|||||||
# https://github.com/yesodweb/Shelly.hs/issues/162
|
# https://github.com/yesodweb/Shelly.hs/issues/162
|
||||||
shelly = dontCheck super.shelly;
|
shelly = dontCheck super.shelly;
|
||||||
|
|
||||||
|
# Support ansi-terminal 0.7.x.
|
||||||
|
cabal-plan = appendPatch super.cabal-plan (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/haskell-hvr/cabal-plan/pull/16.patch";
|
||||||
|
sha256 = "0i889zs46wn09d7iqdy99201zaqxb175cfs8jz2zi3mv4ywx3a0l";
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user