
3 May
2014
3 May
'14
1:44 p.m.
On Sat, 3 May 2014 13:38:51 -0400, Omari Norman
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`.