File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9393cfgCmdSetOptionName :: ConfigCmdSet -> Text
9494cfgCmdSetOptionName (ConfigCmdSetResolver _) = " resolver"
Original file line number Diff line number Diff line change 77 - zlib
88 - http-client-tls-0.3.4
99extra-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
Original file line number Diff line number Diff line change 1717 hide-dependency-versions : true
1818 supported-build : true
1919extra-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
You can’t perform that action at this time.
0 commit comments