carlohamalainen / ghc-imported-from

For a given Haskell source file, determine where a symbol is imported from
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Use Cabal-1.18 to get all GHC options from a cabal environment. #7

Closed carlohamalainen closed 10 years ago

carlohamalainen commented 10 years ago

http://www.haskell.org/pipermail/haskell-cafe/2014-January/112373.html

https://github.com/haskell/cabal/issues/1362

ghc-7.6.3 requires Cabal-1.16, so I'm stuck? Argh.

carlohamalainen commented 10 years ago

Avoiding this by using "cabal repl" trick to get the GHC options.