Skip to content

Commit

Permalink
haskell-shower: jailbreak to fix the build with ghc-8.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jul 24, 2020
1 parent 3b46d9a commit e8e0ca2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ self: super: {
serialise = doJailbreak super.serialise;
setlocale = doJailbreak super.setlocale;
shellmet = doJailbreak super.shellmet;
shower = doJailbreak super.shower;

# The shipped Setup.hs file is broken.
csv = overrideCabal super.csv (drv: { preCompileBuildDriver = "rm Setup.hs"; });
Expand Down

0 comments on commit e8e0ca2

Please sign in to comment.