[Haskell-cafe] cabal repl fails with GHC 7.8.2
adam vogt
vogt.adam at gmail.com
Sat May 3 18:23:21 UTC 2014
Hello Omari,
I think I've seen what might be the same issue. Could you try adding a
cc-options: -fPIC like:
https://github.com/aavogt/HOpenCV/blob/master/HOpenCV.cabal#L83 ?
Regards,
Adam
On Sat, May 3, 2014 at 1:53 PM, Omari Norman <omari at smileystation.com> wrote:
> 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.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list