Skip to content
Snippets Groups Projects
Commit df7c095c authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

ci: s/--ghc-option/--ghc-options/

parent e0bbad0e
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ cabalOptions :: Config -> [String] ...@@ -58,7 +58,7 @@ cabalOptions :: Config -> [String]
cabalOptions cfg = cabalOptions cfg =
configCabalOptions cfg ++ configCabalOptions cfg ++
[ "-w", configCompiler cfg [ "-w", configCompiler cfg
] ++ concatMap (\opt -> ["--ghc-option", opt]) (configGhcOptions cfg) ] ++ concatMap (\opt -> ["--ghc-options", opt]) (configGhcOptions cfg)
config :: Parser TestPatches.Config config :: Parser TestPatches.Config
config = config =
......
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