Skip to content

Commit

Permalink
Merge pull request #33564 from mpickering/issue-33355
Browse files Browse the repository at this point in the history
Add ansi-terminal < 0.7 to hackage2nix.yaml config
  • Loading branch information
peti authored Jan 7, 2018
2 parents 3619a08 + 80913e7 commit 066ec6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2668,6 +2668,7 @@ default-package-overrides:
extra-packages:
- aeson < 0.8 # newer versions don't work with GHC 7.6.x or earlier
- aeson-pretty < 0.8 # required by elm compiler
- ansi-terminal < 0.7 # required by purescript compiler
- apply-refact < 0.4 # newer versions don't work with GHC 8.0.x
- binary > 0.7 && < 0.8 # keep a 7.x major release around for older compilers
- binary > 0.8 && < 0.9 # keep a 8.x major release around for older compilers
Expand Down

0 comments on commit 066ec6a

Please sign in to comment.