arion-compose.cabal: Loosen base constraint
This commit is contained in:
parent
db6d4d7490
commit
56f5c5d5a0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ source-repository head
|
||||||
location: https://github.com/hercules-ci/arion
|
location: https://github.com/hercules-ci/arion
|
||||||
|
|
||||||
common common
|
common common
|
||||||
build-depends: base >=4.12.0.0 && <4.15
|
build-depends: base >=4.12.0.0 && <4.17
|
||||||
, aeson
|
, aeson
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, async
|
, async
|
||||||
|
|
Loading…
Reference in a new issue