Relax aeson upper bounds

This commit is contained in:
Francisco Vallarino 2021-10-18 12:12:51 -03:00
parent f53d140706
commit a5b2dac8ae
2 changed files with 4 additions and 4 deletions

View File

@ -201,7 +201,7 @@ executable books
build-depends:
JuicyPixels >=3.2.9 && <3.5
, OpenGL ==3.0.*
, aeson >=1.4 && <1.6
, aeson >=1.4 && <2.1
, async >=2.1 && <2.3
, attoparsec >=0.12 && <0.15
, base >=4.11 && <5
@ -331,7 +331,7 @@ executable ticker
build-depends:
JuicyPixels >=3.2.9 && <3.5
, OpenGL ==3.0.*
, aeson >=1.4 && <1.6
, aeson >=1.4 && <2.1
, async >=2.1 && <2.3
, attoparsec >=0.12 && <0.15
, base >=4.11 && <5

View File

@ -92,7 +92,7 @@ executables:
ghc-options:
- -threaded
dependencies:
- aeson >= 1.4 && < 1.6
- aeson >= 1.4 && < 2.1
- lens >= 4.16 && < 5.1
- monomer
- text-show >= 3.7 && < 3.10
@ -104,7 +104,7 @@ executables:
ghc-options:
- -threaded
dependencies:
- aeson >= 1.4 && < 1.6
- aeson >= 1.4 && < 2.1
- lens >= 4.16 && < 5.1
- monomer
- scientific >= 0.3 && < 0.4