-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.0.7
**System**: Ubuntu 12.04.5
**Thrown From**: [haskell-hoogle](https://github.com/kaeluka/atom-haskell-hoogle) package, v0.1.2
##…
-
**Is your feature request related to a problem? Please describe.**
Currently packaging experience for Haskell software in openSUSE is too developer unfriendly, experience with Golang or Rust is much …
-
Problem: I personally needed to understand Docker before I was able to find useful information, about Docker, in stack's documentation and blogs.
Context: As an exercise I'm deploying a simple web …
-
# Unordered Function Application In Haskell
Type system tricks to implement type-directed function application.
[https://mgsloan.com/posts/unordered-apply/](https://mgsloan.com/posts/unordered-apply…
-
I'm opening this issue to start a discussion around the ability to build statically linked binaries for Haskell projects. I think it will be extremely beneficial for the whole Haskell community if dev…
-
In an application using a `websockets` Haskell client that simply connects to a http server and prints to the terminal all messages sent by the server, I just got `Parse exception: not enough bytes`. …
nh2 updated
11 months ago
-
I'm testing out msgpack-haskell, and my test application works fine - I can call a test method and see that the server receives the call correctly, and the client receives a return value successfully.…
-
# General summary/comments (optional)
I have a project that follows the `mixins` approach of using an alternative prelude. When trying to load the project in GHCi via `stack repl`, I see multiple _…
-
I attempted to build HIE with stack from source on my macOS Catalina. The executables were successfully installed to `~/.local/bin`. However, whenever I run `hie` (or `hie-wrapper`), the program will…
-
# Topics in Haskell beyond LYAH
## Type theory related
1. ~~`Functor-Applicative-Monad` typeclass hierarchy (covered in LYAH)~~
1. ~~`State` monad (covered in LYAH)~~
1. ~~General` Zip…