Skip to content

Commit 056f539

Browse files
committed
Bump rio version for extra-path bug
1 parent 7564ac9 commit 056f539

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Other enhancements:
1515

1616
Bug fixes:
1717

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

1921
## v2.7.3
2022

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies:
105105
- process
106106
- project-template
107107
- retry
108-
- rio >= 0.1.18.0
108+
- rio >= 0.1.21.0
109109
- rio-prettyprint >= 0.1.1.0
110110
- semigroups
111111
- split

stack-ghc-88.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extra-deps:
3030
- pantry-0.5.2@rev:0
3131
- casa-client-0.0.1@rev:0
3232
- casa-types-0.0.1@rev:0
33-
- rio-0.1.19.0@rev:0
33+
- rio-0.1.21.0@rev:0
3434
- rio-prettyprint-0.1.1.0@rev:0
3535

3636
drop-packages:

stack-nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ghc-options:
2121

2222
extra-deps:
2323
- pantry-0.5.2@rev:0
24+
- rio-0.1.21.0@rev:0
2425

2526
drop-packages:
2627
# See https://github.com/commercialhaskell/stack/pull/4712

stack.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ library
283283
, process
284284
, project-template
285285
, retry
286-
, rio >=0.1.18.0
286+
, rio >=0.1.21.0
287287
, rio-prettyprint >=0.1.1.0
288288
, semigroups
289289
, split
@@ -406,7 +406,7 @@ executable stack
406406
, process
407407
, project-template
408408
, retry
409-
, rio >=0.1.18.0
409+
, rio >=0.1.21.0
410410
, rio-prettyprint >=0.1.1.0
411411
, semigroups
412412
, split
@@ -528,7 +528,7 @@ executable stack-integration-test
528528
, process
529529
, project-template
530530
, retry
531-
, rio >=0.1.18.0
531+
, rio >=0.1.21.0
532532
, rio-prettyprint >=0.1.1.0
533533
, semigroups
534534
, split
@@ -656,7 +656,7 @@ test-suite stack-test
656656
, project-template
657657
, raw-strings-qq
658658
, retry
659-
, rio >=0.1.18.0
659+
, rio >=0.1.21.0
660660
, rio-prettyprint >=0.1.1.0
661661
, semigroups
662662
, smallcheck

stack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ resolver: lts-17.15
33
packages:
44
- .
55

6+
extra-deps:
7+
- rio-0.1.21.0@rev:0
8+
69
docker:
710
enable: false
811
#repo: fpco/alpine-haskell-stack:8.10.4

0 commit comments

Comments
 (0)