Skip to content

Commit

Permalink
haskell-cartel: fix build with ghc 7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jan 30, 2015
1 parent 008256d commit 14cd6ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,10 @@ self: super: {
# Test suite fails in "/tokens_bytestring_unicode.g.bin".
alex = dontCheck super.alex;

# Upstream was notified about the over-specified constraint on 'base'
# but refused to do anything about it because he "doesn't want to
# support a moving target". Go figure.
barecheck = doJailbreak super.barecheck;
cartel = overrideCabal super.cartel (drv: { doCheck = false; patchPhase = "sed -i -e 's|base >= .*|base|' cartel.cabal"; });

}

0 comments on commit 14cd6ae

Please sign in to comment.