arion-compose.cabal: Allow newer base up to a point
This commit is contained in:
parent
7d6ddb960f
commit
313bf21228
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ data-files: nix/*.nix
|
||||||
data-dir: src
|
data-dir: src
|
||||||
|
|
||||||
common common
|
common common
|
||||||
build-depends: base >=4.12.0.0
|
build-depends: base >=4.12.0.0 && <4.14
|
||||||
, aeson
|
, aeson
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, async
|
, async
|
||||||
|
|
Loading…
Reference in a new issue