-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"mafia ghci" doesn't understand flags in cabal file #172
Comments
out of curiosity, does |
Indeed it does. Curious! |
That is the explicit difference between repl and ghci. |
It doesn't ignore everything to do with cabal. For instance, it uses the local cabal sandbox. The |
Ok, that is not what I use it for, repl is project based, ghci is file based, this distinction has always existed and wasn't to work around anything. They are very different things for very different purposes for me. |
My main use of If |
Messing with the tls package using
mafia ghci Network/TLS/Backend.hs
I get:Problem is that the include of
Network.Socket
is guarded:with a flag set in the cabal file:
Mafia can build this just fine, but its a pity I can't just load it into GHCi.
The text was updated successfully, but these errors were encountered: