arion-compose.cabal: Allow newer base up to a point

This commit is contained in:
Robert Hensing 2020-03-20 22:24:22 +01:00
parent 7d6ddb960f
commit 313bf21228

View file

@ -25,7 +25,7 @@ data-files: nix/*.nix
data-dir: src
common common
build-depends: base >=4.12.0.0
build-depends: base >=4.12.0.0 && <4.14
, aeson
, aeson-pretty
, async