Skip to content

Commit d8144bc

Browse files
authored
Merge pull request #5398 from commercialhaskell/bump-rio-version
Bump rio version
2 parents 82be442 + 9f79297 commit d8144bc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

stack-ghc-810.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ flags:
1919
ghc-options:
2020
"$locals": -fhide-source-paths
2121

22-
extra-deps: []
22+
extra-deps:
23+
- rio-0.1.19.0@rev:0
24+
- rio-prettyprint-0.1.1.0@rev:0
2325

2426
drop-packages:
2527
# See https://github.com/commercialhaskell/stack/pull/4712

stack-ghc-84.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extra-deps:
3434
- yaml-0.10.4.0@rev:0 #for hpack-0.31
3535
- persistent-2.9.2@rev:0
3636
- persistent-sqlite-2.9.3@rev:0
37-
- rio-0.1.11.0@rev:0
38-
- unliftio-0.2.12@rev:0 #for rio-0.1.11.0
37+
- rio-0.1.19.0@rev:0
38+
- unliftio-0.2.12@rev:0 #for rio-0.1.19.0
3939
- ansi-terminal-0.9@rev:0
4040
- ansi-wl-pprint-0.6.8.2@rev:1 # for ansi-terminal-0.9
4141
- hedgehog-0.6.1@rev:4 # for ansi-terminal-0.9
4242
- optparse-simple-0.1.1.2
43-
- typed-process-0.2.6.0@rev:0 # for rio-0.1.10.0
44-
- rio-prettyprint-0.1.0.0@rev:0
43+
- typed-process-0.2.6.0@rev:0 # for rio-0.1.19.0
44+
- rio-prettyprint-0.1.1.0@rev:0
4545
- hi-file-parser-0.1.0.0@rev:0
4646
- http-download-0.2.0.0@rev:0
4747
- pantry-0.5.1.1@rev:0

stack-ghc-88.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ extra-deps:
2929
- pantry-0.5.1.1@rev:0
3030
- casa-client-0.0.1@rev:0
3131
- casa-types-0.0.1@rev:0
32+
- rio-0.1.19.0@rev:0
33+
- rio-prettyprint-0.1.1.0@rev:0
3234

3335
drop-packages:
3436
# See https://github.com/commercialhaskell/stack/pull/4712

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extra-deps:
2929
- http-download-0.2.0.0@rev:0
3030
- filelock-0.1.1.5@rev:0
3131
- pantry-0.5.1.1@rev:0
32-
- rio-0.1.18.0@rev:0
32+
- rio-0.1.19.0@rev:0
3333
- rio-prettyprint-0.1.1.0@rev:0
3434
- casa-client-0.0.1@rev:0
3535
- casa-types-0.0.1@rev:0

0 commit comments

Comments
 (0)