1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #33564 from mpickering/issue-33355

Add ansi-terminal < 0.7 to hackage2nix.yaml config
This commit is contained in:
Peter Simons 2018-01-07 19:47:13 +01:00 committed by GitHub
commit 066ec6a149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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