File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Other enhancements:
15
15
16
16
Bug fixes:
17
17
18
+ * Ensure that ` extra-path ` works for case-insensitive ` PATH ` s on Windows.
19
+ See [ rio #237 ] ( https://github.com/commercialhaskell/rio/pull/237 )
18
20
19
21
## v2.7.3
20
22
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dependencies:
105
105
- process
106
106
- project-template
107
107
- retry
108
- - rio >= 0.1.18 .0
108
+ - rio >= 0.1.21 .0
109
109
- rio-prettyprint >= 0.1.1.0
110
110
- semigroups
111
111
- split
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ extra-deps:
30
30
- pantry-0.5.2@rev:0
31
31
- casa-client-0.0.1@rev:0
32
32
- casa-types-0.0.1@rev:0
33
- - rio-0.1.19 .0@rev:0
33
+ - rio-0.1.21 .0@rev:0
34
34
- rio-prettyprint-0.1.1.0@rev:0
35
35
36
36
drop-packages :
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ghc-options:
21
21
22
22
extra-deps :
23
23
- pantry-0.5.2@rev:0
24
+ - rio-0.1.21.0@rev:0
24
25
25
26
drop-packages :
26
27
# See https://github.com/commercialhaskell/stack/pull/4712
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ library
283
283
, process
284
284
, project-template
285
285
, retry
286
- , rio >= 0.1.18 .0
286
+ , rio >= 0.1.21 .0
287
287
, rio-prettyprint >= 0.1.1.0
288
288
, semigroups
289
289
, split
@@ -406,7 +406,7 @@ executable stack
406
406
, process
407
407
, project-template
408
408
, retry
409
- , rio >= 0.1.18 .0
409
+ , rio >= 0.1.21 .0
410
410
, rio-prettyprint >= 0.1.1.0
411
411
, semigroups
412
412
, split
@@ -528,7 +528,7 @@ executable stack-integration-test
528
528
, process
529
529
, project-template
530
530
, retry
531
- , rio >= 0.1.18 .0
531
+ , rio >= 0.1.21 .0
532
532
, rio-prettyprint >= 0.1.1.0
533
533
, semigroups
534
534
, split
@@ -656,7 +656,7 @@ test-suite stack-test
656
656
, project-template
657
657
, raw-strings-qq
658
658
, retry
659
- , rio >= 0.1.18 .0
659
+ , rio >= 0.1.21 .0
660
660
, rio-prettyprint >= 0.1.1.0
661
661
, semigroups
662
662
, smallcheck
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ resolver: lts-17.15
3
3
packages :
4
4
- .
5
5
6
+ extra-deps :
7
+ - rio-0.1.21.0@rev:0
8
+
6
9
docker :
7
10
enable : false
8
11
# repo: fpco/alpine-haskell-stack:8.10.4
You can’t perform that action at this time.
0 commit comments