intellij-haskforce
intellij-haskforce copied to clipboard
Haskell plugin for IntelliJ IDEA
We need to set up a Windows CI. There are a few tickets open regarding things that seem to work on Linux and Mac but don't work on Windows. It...
IntelliJ provides infrastructure for build tools that we should tap into for Stack, Cabal, Etlas, etc. This should support features that other build tools, like Gradle, SBT, Maven, etc., provide,...
The plugin archive is topping 30 MB and counting. It increased by about 20 MB simply by adding Scala to the project; so I'm betting that there are just a...
**NOTE** - Originally the JVM backend for GHC was named GHCVM. It has since been renamed to **Eta**. There's a JVM backend being developed for GHC now - https://github.com/typelead/eta @rahulmutt...
Seems I encountered a deadlock from ghc-mod on Mac OSX Mavericks. It's actually happened a few times now. Below I've included the output from jstack. https://gist.github.com/carymrobbins/dae8bfa6cd0626d9af9a3a2c0a0af6c8
I think I've seen successful builds on my Windows 7 machine in the past, but I can't pin down when things changed. I've tried a number of things to no...
~~It seems the building with Stack doesn't stream output to the messages window, so you have to wait until the build completes before you can see any output. The Stack...
"**add type signature**" and "**error checking**" features aren't working. My setup is: > GHC 7.10.22 > Cabal 1.22.6.0 > Haskforce 0.3-beta36 > Stack isn't installed > IntelliJ IDEA 2016.1.4 Build...
Would it be possible to add something like case-splitting in Idris and maybe other "code generation" things? https://github.com/idris-hackers/atom-language-idris
There is a nice refactoring package: Demo: https://skillsmatter.com/skillscasts/6539-a-new-foundation-for-refactoring-ghc-exactprint https://github.com/alanz/ghc-exactprint