Skip to content

Commit

Permalink
Fix #6549 Add upper bound to tar dependency
Browse files Browse the repository at this point in the history
`tar-0.6.0.0` introduced breaking changes.
  • Loading branch information
mpilgrem committed Apr 4, 2024
1 parent 7b85c59 commit 5488883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dependencies:
- rio-prettyprint >= 0.1.8.0
- split
- stm
- tar
- tar >= 0.5.1.1 && < 0.6.0.0
- template-haskell
- text
- time
Expand Down
8 changes: 4 additions & 4 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ library
, rio-prettyprint >=0.1.8.0
, split
, stm
, tar
, tar >=0.5.1.1 && <0.6.0.0
, template-haskell
, text
, time
Expand Down Expand Up @@ -532,7 +532,7 @@ executable stack
, split
, stack
, stm
, tar
, tar >=0.5.1.1 && <0.6.0.0
, template-haskell
, text
, time
Expand Down Expand Up @@ -634,7 +634,7 @@ executable stack-integration-test
, rio-prettyprint >=0.1.8.0
, split
, stm
, tar
, tar >=0.5.1.1 && <0.6.0.0
, template-haskell
, text
, time
Expand Down Expand Up @@ -752,7 +752,7 @@ test-suite stack-unit-test
, split
, stack
, stm
, tar
, tar >=0.5.1.1 && <0.6.0.0
, template-haskell
, text
, time
Expand Down

0 comments on commit 5488883

Please sign in to comment.