configuration-hackage2nix.yaml: keep aeson 1.0.x around for stack

This commit is contained in:
Peter Simons 2017-01-04 02:08:54 +01:00
parent ac9b3d64ce
commit a0c197102e

View file

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