[Haskell-cafe] cabal repl fails with GHC 7.8.2

Niklas Haas haskell at nand.wakku.to
Sat May 3 17:44:17 UTC 2014


On Sat, 3 May 2014 13:38:51 -0400, Omari Norman <omari at smileystation.com> wrote:
> rm -rf ~/.ghc && rm -rf dist && cabal repl

I'm not sure if I'm barking up the wrong tree but have you tried running
`cabal configure` manually? I don't seem it mentioned in any of your
posts. If you're relying on `cabal repl` and `cabal build` to
auto-reconfigure the last version, wouldn't that mean it still uses the
previously configured version of GHC?

I would try `cabal clean && cabal configure && cabal build && cabal repl`.


More information about the Haskell-Cafe mailing list