Skip to content

Commit

Permalink
Merge pull request #5598 from commercialhaskell/bump-rio
Browse files Browse the repository at this point in the history
Bump rio version for extra-path bug
  • Loading branch information
snoyberg authored Aug 9, 2021
2 parents 7564ac9 + 056f539 commit 2127ec1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Other enhancements:

Bug fixes:

* Ensure that `extra-path` works for case-insensitive `PATH`s on Windows.
See [rio#237](https://github.com/commercialhaskell/rio/pull/237)

## v2.7.3

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies:
- process
- project-template
- retry
- rio >= 0.1.18.0
- rio >= 0.1.21.0
- rio-prettyprint >= 0.1.1.0
- semigroups
- split
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-88.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extra-deps:
- pantry-0.5.2@rev:0
- casa-client-0.0.1@rev:0
- casa-types-0.0.1@rev:0
- rio-0.1.19.0@rev:0
- rio-0.1.21.0@rev:0
- rio-prettyprint-0.1.1.0@rev:0

drop-packages:
Expand Down
1 change: 1 addition & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ghc-options:

extra-deps:
- pantry-0.5.2@rev:0
- rio-0.1.21.0@rev:0

drop-packages:
# See https://github.com/commercialhaskell/stack/pull/4712
Expand Down
8 changes: 4 additions & 4 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ library
, process
, project-template
, retry
, rio >=0.1.18.0
, rio >=0.1.21.0
, rio-prettyprint >=0.1.1.0
, semigroups
, split
Expand Down Expand Up @@ -406,7 +406,7 @@ executable stack
, process
, project-template
, retry
, rio >=0.1.18.0
, rio >=0.1.21.0
, rio-prettyprint >=0.1.1.0
, semigroups
, split
Expand Down Expand Up @@ -528,7 +528,7 @@ executable stack-integration-test
, process
, project-template
, retry
, rio >=0.1.18.0
, rio >=0.1.21.0
, rio-prettyprint >=0.1.1.0
, semigroups
, split
Expand Down Expand Up @@ -656,7 +656,7 @@ test-suite stack-test
, project-template
, raw-strings-qq
, retry
, rio >=0.1.18.0
, rio >=0.1.21.0
, rio-prettyprint >=0.1.1.0
, semigroups
, smallcheck
Expand Down
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ resolver: lts-17.15
packages:
- .

extra-deps:
- rio-0.1.21.0@rev:0

docker:
enable: false
#repo: fpco/alpine-haskell-stack:8.10.4
Expand Down

0 comments on commit 2127ec1

Please sign in to comment.