cabal: aeson < 1.5.3

1.5.3 introduced instances for `strict` & `data-fix`, some intstances overlap.

Trying to remove/sync instances results in:

```text
src/Nix/Expr/Types.hs:1:1: error:
    Exception when trying to run compile-time code:
      Constructor ‘DynamicKey‘ must only use its last 1 type variable(s) within
      the last 1 argument(s) of a data type
```
This commit is contained in:
Anton-Latukha 2020-08-17 10:38:07 +03:00 committed by Anton Latukha
parent adc2f36a74
commit 15ae0356be
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ library
src
ghc-options: -Wall -fprint-potential-instances
build-depends:
aeson >= 1.4.2 && < 1.6
aeson >= 1.4.2 && < 1.5.3
, array >= 0.4 && < 0.6
, base >= 4.11 && < 5
, binary >= 0.8.5 && < 0.9