Skip to content
Snippets Groups Projects

Fix typo

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -85,7 +85,7 @@ handles your haskell packages and can demand that [a specific version](https://c
@@ -85,7 +85,7 @@ handles your haskell packages and can demand that [a specific version](https://c
A configuration file can be put in `~/.ghcup/config.yaml`. The default config file
A configuration file can be put in `~/.ghcup/config.yaml`. The default config file
explaining all possible configurations can be found in this repo: [config.yaml](./config.yaml).
explaining all possible configurations can be found in this repo: [config.yaml](./config.yaml).
Partial configuration is fine. Command line options always overwrite the config file settings.
Partial configuration is fine. Command line options always override the config file settings.
### Manpages
### Manpages
Loading