Skip to content

Commit 334eddc

Browse files
committed
Newer rio
1 parent 290b3b4 commit 334eddc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Stack/ConfigCmd.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ cfgCmdSetValue root (ConfigCmdSetResolver newResolver) = do
8585
-- Check that the snapshot actually exists
8686
void $ loadResolver concreteResolver
8787
return (Yaml.toJSON concreteResolver)
88-
cfgCmdSetValue _ (ConfigCmdSetSystemGhc _ bool) =
89-
return (Yaml.Bool bool)
90-
cfgCmdSetValue _ (ConfigCmdSetInstallGhc _ bool) =
91-
return (Yaml.Bool bool)
88+
cfgCmdSetValue _ (ConfigCmdSetSystemGhc _ bool') =
89+
return (Yaml.Bool bool')
90+
cfgCmdSetValue _ (ConfigCmdSetInstallGhc _ bool') =
91+
return (Yaml.Bool bool')
9292

9393
cfgCmdSetOptionName :: ConfigCmdSet -> Text
9494
cfgCmdSetOptionName (ConfigCmdSetResolver _) = "resolver"

stack-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nix:
77
- zlib
88
- http-client-tls-0.3.4
99
extra-deps:
10-
- rio-0.0.3.0
10+
- archive: https://github.com/commercialhaskell/rio/archive/c4d389fef57472bfd2e109a7c0d0624e95ca9281.tar.gz
1111

1212
# https://github.com/commercialhaskell/stack/issues/3785
1313
- ansi-terminal-0.8.0.1

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ flags:
1717
hide-dependency-versions: true
1818
supported-build: true
1919
extra-deps:
20-
- rio-0.0.3.0
20+
- archive: https://github.com/commercialhaskell/rio/archive/c4d389fef57472bfd2e109a7c0d0624e95ca9281.tar.gz
2121

2222
# https://github.com/commercialhaskell/stack/issues/3785
2323
- ansi-terminal-0.8.0.1

0 commit comments

Comments
 (0)