deps: relax base constraints for GHC 8.6.5
This commit is contained in:
parent
1c2ad37d60
commit
73e0e28a81
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ common shared
|
|||
build-depends:
|
||||
aeson
|
||||
, async
|
||||
, base >= 4.13 && < 5
|
||||
, base >= 4.12 && < 5
|
||||
, bytestring
|
||||
, containers
|
||||
, filepath
|
||||
|
|
Loading…
Reference in a new issue