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:
parent
9ba47f9fbb
commit
0e7dc62ccf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue