-
**If you just want to build static Haskell executables right now, follow [these instructions](https://github.com/nh2/static-haskell-nix).**
This issue collects/links all issues and ongoing work to …
-
How would we feel about making the `Functor` hierarchy a little more granular? I.e. following PS's lead rather than Haskell's. We could go from:
![old](https://user-images.githubusercontent.com/135…
-
`registerInitialStore` should throw an error when called again, or it should clear the state, and it should be made clear that all code will be aware of the new state at that time.
Instead, the doc…
-
I'm not sure if this is possible, but it is certainly in the spirit of ImplicitCAD, so I would like to know if anyone knows how to do it. A Haskell answer is just as good as an extopenscad answer.
…
-
This is a continuation of a discussion started in #187.
The problem: if Newsboat starts to behave wrong with some remote API, we can't easily figure out which end—Newsboat or the API—is at fault, a…
-
`mkDebounce` internally [forks a thread](https://github.com/yesodweb/wai/blob/4d2f12c5b5812d64f9dae9872b56c9cc2fd51ec2/auto-update/Control/Debounce/Internal.hs#L88), but never kills it. To reproduce, …
-
Thank you for your sotu post. However as a newbie to Haskell and long-time (and suffering) PHP programmer I can't share your assessment in regard to "Server-side web programming". Haskell is barely us…
-
I applied the hmatrix commits for `stack` and build on windows found in https://github.com/varosi/hmatrix/tree/feature/base-stack over the hmatrix 0.16.1.5 which is required as a subhask dependency. W…
-
```haskell
module UnliftExcept where
import Control.Monad.Except
import UnliftIO
instance (MonadUnliftIO m, Exception e) => MonadUnliftIO (ExceptT e m) where
withRunInIO exceptToIO = Exce…
-
Some kind of data structures can have constraint on type paramters, like Ord[A] for ordered structures like Set / TreeSet, but they are not Funktors (Covariant) => not Traversable too
[origin idea](h…