Skip to content
  • Duncan Coutts's avatar
    Convert ghc option construction to use an options record · 5f50fb1e
    Duncan Coutts authored
    Using a structured representation of the ghc options rather
    than [String] makes it easier to share and reuse the code
    for building sets of ghc options, which makes it easier to
    add code for calling ghci.
    
    This is based on Sam Anklesaria's GSoC work on "cabal repl"
    5f50fb1e