Skip to content
Snippets Groups Projects
Unverified Commit 0da54ab5 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

s/seperated/separated/. [ci skip]

parent 8ebf0556
No related branches found
No related tags found
No related merge requests found
......@@ -1131,8 +1131,9 @@ parseConfig src initial = \str -> do
_ -> [s]
splitMultiPath xs = xs
-- This is a fixup, pending a full config parser rewrite, to ensure that
-- config fields which can be comma seperated lists actually parse as comma seperated lists
-- This is a fixup, pending a full config parser rewrite, to
-- ensure that config fields which can be comma-separated lists
-- actually parse as comma-separated lists.
fixConfigMultilines conf = conf {
savedConfigureFlags =
let scf = savedConfigureFlags conf
......
......@@ -4,7 +4,7 @@
* TODO
3.0.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> August 2019
* Parse comma-seperated lists for extra-prog-path, extra-lib-dirs, extra-framework-dirs,
* Parse comma-separated lists for extra-prog-path, extra-lib-dirs, extra-framework-dirs,
and extra-include-dirs as actual lists. (#5420)
* `v2-haddock` fails on `haddock` failures (#5977)
* `v2-run` works when given `File.lhs` literate file. (#6134)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment