question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intellij / maybe the Haskell Plugin makes stack in terminal recompiling everything systematically

See original GitHub issue

Hi, When I’m using Intellij and updating some files into my project via this IDE, stack in my terminal recompiles everything all the times instead of recompiling only the necessary files… It is acting like if the IDE is changing the state of all the files of my Haskell Project every time… Could it be a configuration issue ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dandohcommented, Oct 7, 2019

@nhenin It could be the case that intellj-haskell compiles with --fast flag, but your terminal doesn’t. So try to build stack in your terminal with --fast flag.

1reaction
nhenincommented, Oct 1, 2019

yes it’s a multi-package project, I didn’t find a pattern to reproduce these issues yet, I’ll keep you posted when I find one…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Strange error "Can't start REPL" · Issue #461 - GitHub
I do not see output of a stack build which goes wrong inside plugin... It appears that the build itself succeeds, even from...
Read more >
How do I set up IntelliJ to build Haskell projects with Stack?
Make a new project in IntelliJ of type Haskell module, select the Stack binary (probably C:\Users\username\AppData\Roaming\local\bin\stack.exe ...
Read more >
IntelliJ-Haskell - IntelliJ IDEs Plugin - JetBrains Marketplace
To have full functionality you have to accept. Plugin Marketplace Agreement. ... Copyright © 2000-2022 JetBrains s.r.o.. Developed with drive and IntelliJ IDEA....
Read more >
Setting up a Haskell environment with stack, ghcid and IntelliJ
After booting up IntelliJ, head into Settings -> Plugins -> Marketplace and search for 'haskell', then install the 'IntelliJ-Haskell' plugin.
Read more >
Another IDEa: Haskell and IntelliJ!
This means you'll need to locate your stack executable in the file finder so you can drag it in. On Windows this will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found