-
Just out of curiosity, are you guys affected by this ghc bug?
You also make extensive use of type families.
https://gitlab.haskell.org/ghc/ghc/-/issues/8095
-
Ich habe ein kleines Programm geschrieben, um Haskell-Ausdrücke in Simple-Haskell-Ausdrücke zu überführen. Es gibt eine simple [Website](https://rccookie.de/rwth/simplehaskell/) dazu, aber es wäre coo…
-
If someone can point me in the right direction, I can open a PR for this. Are there any constraints keeping things at GHC 9.4.6?
-
Great project @theodore-s-beers :+1: !
One gripe though - having `pandoc` as a dependency (ie haskell and all the haskell libs used by pandoc) seems unnecessary, especially when rust-based alternat…
-
In [this Reddit comment thread](https://www.reddit.com/r/haskell/comments/1cu5bbb/comment/l4gcnb8/), the challenges around translating a subset of Haskell to Bend are discussed. In that thread, @augus…
-
Blocked on:
- [x] `extra` https://github.com/ndmitchell/extra/issues/112
Needs dependency bumps:
- [x] https://github.com/haskell/primitive/issues/420
- [ ] https://github.com/haskell-unordered-…
-
Hi all! I'd submit a PR but I can't find the source for the docs. On the page [equality](https://pyret.org/docs/latest/equality.html), the table says that `equal-always` is like OCaml's `(=)`.
Howe…
-
`vector-0.13.2.0` offers a new flavour of vectors: https://hackage.haskell.org/package/vector-0.13.2.0/docs/Data-Vector-Strict.html
-
**Is your feature request related to a problem? Please describe.**
My neovim config includes haskell-tools which uses ghci (the haskell interpreter) to execute haskell in the files I edit. However, s…
-
The Haskell ecosystem often suffers from outdated package bounds. Various attempts have been made to improve the situation, but ultimately developers need a convenient method to update their bounds.
…