[Haskell-cafe] cabal repl fails with GHC 7.8.2
Omari Norman
omari at smileystation.com
Sat May 3 17:53:38 UTC 2014
On Sat, May 3, 2014 at 1:44 PM, Niklas Haas <haskell at nand.wakku.to> wrote:
> I would try `cabal clean && cabal configure && cabal build && cabal repl`.
I tried
rm -rf ~/.ghc && rm -rf dist && cabal clean && cabal configure &&
cabal build && cabal repl
Same problem.
I also tried downgrading to cabal-1.18.0.3; same problem with GHC 7.8.2.
More information about the Haskell-Cafe
mailing list