deps: relax base constraints for GHC 8.6.5

This commit is contained in:
1computer1 2020-06-22 03:38:02 -04:00
parent 1c2ad37d60
commit 73e0e28a81
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ common shared
build-depends: build-depends:
aeson aeson
, async , async
, base >= 4.13 && < 5 , base >= 4.12 && < 5
, bytestring , bytestring
, containers , containers
, filepath , filepath