C:\Neil\hoogle>stack ghci --ghc-options cbits\text_search.o --ghc-options Main.hs
Setting codepage to UTF-8 (65001) to ensure correct output from GHC
Usage: stack ghci [TARGET] [--ghc-options OPTION] [--with-ghc GHC] [--no-load]
[--package ARG]
Run ghci in the context of project(s)
Would be nice if I could pass two --ghc-options and they would be passed as different options to GHC.
Would be nice if I could pass two
--ghc-optionsand they would be passed as different options to GHC.