-
Notifications
You must be signed in to change notification settings - Fork 344
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
Haskell compilation #1545
base: master
Are you sure you want to change the base?
Haskell compilation #1545
Conversation
Okay, so this is not that simple:
Overall it would be better to have a more principled approach for all of this, based on a sensible definition of 'project' and what does it mean to 'select a project', what is 'project time' and which project does a source file belong to. There is too much magic happening around this. |
@gracjan I was thinking why not provide a minimal interface like the one provided by |
@gracjan This is btw getting even more confusing with new-build, which throws an (optional) |
There was a very crude project selection interaction going on in I think we need to define what a project is now, especially because of the backslash that we got on reddit. Anyway it looks like project management could be a very good selling point of haskell-mode. |
Breaking Change
New compilation mode
The good
haskell-interactive-mode
/inf-haskell
.haskell-process-type
for deducing the compilation command. (Different ones in the presence ofcabal.sandbox.config
,stack.yaml
. Fully explained in the docs here.)compile.el
(this existed before, but it is documented now).The bad
defcustoms
defcustoms
removed.