1
1
mirror of https://github.com/srid/rib.git synced 2024-07-14 16:30:35 +03:00

Lift aeson constraints (ghc 8.10)

This commit is contained in:
Sridhar Ratnakumar 2020-12-06 08:02:23 -05:00
parent 81da868a4e
commit 8a9989621a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ library
-Wincomplete-record-updates
-Wincomplete-uni-patterns
build-depends:
aeson >=1.4.2 && <1.5,
aeson,
async,
base-noprelude >=4.12 && <4.14,
binary >=0.8.6 && <0.9,

View File

@ -27,7 +27,7 @@ common library-common
-Wincomplete-record-updates
-Wincomplete-uni-patterns
build-depends:
aeson >=1.4.2 && <1.5,
aeson,
async,
base-noprelude >=4.12 && <4.14,
binary >=0.8.6 && <0.9,