You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, excellent package you have here. Works perfectly (with some version bumps) when I compile it with GHC 7.10. However when I attempt to use a piece of code using your package in GHCi I get this error:
$> stack repl
GHCi, version 7.10.2: http://www.haskell.org/ghc/ :? for help
unknown option: 'c'
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
phase `C pre-processor' failed (exitcode = 1)
λ>
Hi, excellent package you have here. Works perfectly (with some version bumps) when I compile it with GHC 7.10. However when I attempt to use a piece of code using your package in GHCi I get this error:
The code looks like:
When I compile it, I get exactly what you would expect:
But GHCi complains.
The text was updated successfully, but these errors were encountered: