Skip to content

Commit

Permalink
Merge pull request #203 from hercules-ci/jailbreak
Browse files Browse the repository at this point in the history
Remove base upper bound
  • Loading branch information
roberth authored Jul 26, 2023
2 parents 9ba47f9 + 22ef464 commit 4088415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arion-compose.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run-arion-via-nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# For manual testing of a hacked arion built via Nix.
# 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 "$@"

0 comments on commit 4088415

Please sign in to comment.