arion-compose.cabal: Assume base package will remain compatible

Having to bump base is causing more breakage than what it fixes.
This commit is contained in:
Robert Hensing 2023-07-26 14:08:19 +02:00
parent 9ba47f9fbb
commit 0e7dc62ccf

View File

@ -30,7 +30,7 @@ source-repository head
location: https://github.com/hercules-ci/arion
common common
build-depends: base >=4.12.0.0 && <4.17
build-depends: base >=4.12.0.0 && <4.99
, aeson >=2
, aeson-pretty
, async