configuration-hackage2nix.yaml: keep aeson 1.0.x around for stack
This commit is contained in:
parent
ac9b3d64ce
commit
a0c197102e
1 changed files with 1 additions and 0 deletions
|
@ -2010,6 +2010,7 @@ default-package-overrides:
|
|||
|
||||
extra-packages:
|
||||
- aeson < 0.8 # newer versions don't work with GHC 6.12.3
|
||||
- aeson < 1.1 # required by stack
|
||||
- aeson-pretty < 0.8 # required by elm compiler
|
||||
- binary > 0.7 && < 0.8 # binary 0.8.x is the latest, but it's largely unsupported so far
|
||||
- Cabal == 1.18.* # required for cabal-install et al on old GHC versions
|
||||
|
|
Loading…
Reference in a new issue