hsdev icon indicating copy to clipboard operation
hsdev copied to clipboard

Haskell development tool

Results 24 hsdev issues
Sort by recently updated
recently updated
newest added

The latest release (0.3.4.0) does not build with GHC 8.0. Maybe some bounds have to be tightened. See also - https://github.com/haskell-infra/hackage-trustees/issues/173. ``` $ cabal install hsdev -w ghc-8.0.2 Resolving dependencies......

(i assume this is an hsdev issue and not a SublimeHaskell issue, but I am not certain) I got SublimHaskell linting/hsdev working perfectly until I added a module to my...

Is there a way to disable/hide them so the pop up won't show up? ![image](https://user-images.githubusercontent.com/287532/91842114-b6b55800-ec53-11ea-99e4-32bd10369d13.png)

Hopefully the below might come handy to anyone trying to use their PixelBook for Haskell development with Sublime Text 3. In order to use hsdev with Sublime Text 3 [it...

I'm trying to install hsdev as part of installing [SublimeHaskell](https://github.com/SublimeHaskell/SublimeHaskell) plugin for SublimeText. I get a build failure when I try to install hsdev using cabal. OS: Ubuntu 18.04.3 ```...

Let's imagine we have something like the following in our package.yaml - ```yaml when: - condition: flag(prod) then: ghc-options: - -Wall - -Werror else: ghc-options: - -Wall ``` It seems...

Can a single hsdev server be used for scanning multiple projects? Or do you need to spawn a separate hsdev server for each project? In my case, I have one...

bug

After some digging in the source I think I've worked out how to use the `symbol` command. Quite impressed by how fast these commands run! For this one, I'm wondering...

Sometimes I see the following error after a `check` - ``` {"error":"sqlite error","msg":"module with id 1683 not found"} ``` Successive calls to `check` then seem to hang indefinitely. Restarting the...

Wanting to get SublimeHaskell, I tried 3-4 times to intall hsdev using cabal, but it freezing on build a package, dunno if same every time. Last time it was haskell-src-exts-1.2.1.1.1...