arion-compose.cabal: Allow all newer base
This commit is contained in:
parent
5670a09cac
commit
7d6ddb960f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
, aeson
|
||||
, aeson-pretty
|
||||
, async
|
||||
|
|
Loading…
Reference in a new issue