Merge pull request #203 from hercules-ci/jailbreak

Remove base upper bound
This commit is contained in:
Robert Hensing 2023-07-26 14:14:55 +02:00 committed by GitHub
commit 408841513b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,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.17 build-depends: base >=4.12.0.0 && <4.99
, aeson >=2 , aeson >=2
, aeson-pretty , aeson-pretty
, async , async

View File

@ -3,4 +3,4 @@
# For manual testing of a hacked arion built via Nix. # For manual testing of a hacked arion built via Nix.
# Works when called from outside the project directory. # Works when called from outside the project directory.
exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion -c arion "$@" exec nix run -f "$(dirname ${BASH_SOURCE[0]})" arion "$@"