-
I would like to make a contribution to the haskell4nix documentation, but I wanted to let you all know in advance in case anyone is currently working on something like this, or wants to suggest a diff…
-
I'm probably one of the biggest Haskell fanboys alive: I [blog about Haskell](haskellforall.com) and also maintain several [Haskell packages](https://hackage.haskell.org/user/GabrielGonzalez). I beli…
-
Can someone write a step by step tutorial on how to setup a good Haskell development environment for [Spacemacs](https://github.com/syl20bnr/spacemacs) for beginner users of Spacemacs?
Thanks in adva…
soupi updated
9 years ago
-
To continue the short July introduction talk on Haskell, I would like to add another way to use Haskell: using `stack` scripting.
There will be some practical examples and live coding, including sc…
-
### Finish First release of Haskell track
We need to finish the beginner track and slowly plan out the next sections as well. The Haskell-Notes repository should be copied here as the master and then…
-
After a successfull installation of ghci-dap and haskell-debug-adapter (versions : version 9.4.7 & 0.0.39.0 respectively) I tried running the debug session of a simple test code I had but the followi…
-
**Is your feature request related to a problem? Please describe.**
As a new user learning about flakes, I was playing around with writing one for a simple haskell project called "yesoder" using the c…
-
I recently upgraded to `ghc 8.0.2` and `stack lts-8.0` from `ghc 8.0.1` and `stack lts-7.10`. Accordingly, I ran `stack install hlint` to use an hlint built with the new version of ghc.
With the ol…
-
For Haskell beginners/intermediates it would be helpful, if the issue of space leaks would be explained a little bit more.
What exactly is the 'leak' (usually in other Languages one simply thinks of a…
clojj updated
8 years ago
-
I have a project using reflex-platform with GHC 8.6.5. Therefore, this project requires haskell-language-server built with GHC 8.6.5. [The haskell4nix documentation](https://haskell4nix.readthedocs.io…