Update README.md (ghc versions)
parent
8ef7daece8
commit
8438d4a03d
|
@ -39,13 +39,13 @@ require fixing:
|
||||||
be detected and the user will get an error); there are other cases where
|
be detected and the user will get an error); there are other cases where
|
||||||
comments are moved slightly; there are also cases where comments result in
|
comments are moved slightly; there are also cases where comments result in
|
||||||
wonky newline insertion (although this should be a purely aesthetic issue.)
|
wonky newline insertion (although this should be a purely aesthetic issue.)
|
||||||
- There is an **open performance issue on large inputs** (due to an
|
- ~~There is an **open performance issue on large inputs** (due to an
|
||||||
accidentally quadratic sub-algorithm); noticable for inputs with >1k loc.
|
accidentally quadratic sub-algorithm); noticable for inputs with >1k loc.~~
|
||||||
|
(fixed in `0.8.0.3`)
|
||||||
|
|
||||||
# Other usage notes
|
# Other usage notes
|
||||||
|
|
||||||
- Requires `GHC-8.0.*`; support for 8.2 is on the list, but I haven't even
|
- Supports GHC versions `8.0.*` and `8.2.*`.
|
||||||
looked at how much the `GHC` API changes.
|
|
||||||
- config (file) documentation is lacking.
|
- config (file) documentation is lacking.
|
||||||
- some config values can not be configured via commandline yet.
|
- some config values can not be configured via commandline yet.
|
||||||
- uses/creates user config file in `~/.brittany/config.yaml`;
|
- uses/creates user config file in `~/.brittany/config.yaml`;
|
||||||
|
|
Loading…
Reference in New Issue