intellij-haskforce icon indicating copy to clipboard operation
intellij-haskforce copied to clipboard

Haskell plugin for IntelliJ IDEA

Results 100 intellij-haskforce issues
Sort by recently updated
recently updated
newest added

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...

building
windows

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,...

stack
configuration
cabal
building
eta

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...

building

**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...

enhancement
eta

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

ghc-mod
performance

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...

bug
internal testing
parser

~~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...

stack
building

"**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...

ghc-mod
windows

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

enhancement

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

enhancement
integration