-
I am new to LSP. Previously I want to analyze programs with static analysis techniques (not developing a plugin or extension or editor), but I do not want to write one parser for each language, that l…
-
### General summary/comments (optional)
I'm trying very hard to get stack to use a patched version of haddock. There is no flag that I can find which allows me to do this. `stack build haddock` with …
-
I'm going to use this ticket to report my findings trying to port QuickCheck to `random v1.2`.
---
QuickCheck goes to some lengths to be Hugs-compatible. Currently it [uses SplitMix' `SMGen` on …
-
Hey,
Cabal on GHC >= v8.4.1 seems to fail to install fltkhs because of the `custom-setup` section's `base` max non-exclusive version of v4.11 Removing that does raise a few issues in `Setup.hs` tha…
-
This is a recurring idea, most recently by @johnynek in https://github.com/typelevel/cats/pull/4118#issuecomment-1022714696.
> i.e. we should work towards having a typeclass based implementation of…
-
The package description says:
> A fully compliant Haskell 98 lexer.
The differences between Haskell98 and Haskell2010 as listed [here](https://wiki.haskell.org/Haskell_2010).
erikd updated
4 years ago
-
I tried to 'consume' an HTTP web server but connection drops during handshake... something wrong in wrapper...
-
It would be nice to change behaviour when a different executable is called:
1. When ssh is called to another machine, add options for SSH out-of-band commands (copy file, open remote port etc.)
2.…
-
I am growing increasingly convinced that the line between us, the upstream development team of Cabal & friends, and the distributors of the `cabal-install` tool is blurred.
Currently we have the fo…
-
I've ended up having this kind of design pop up several times where, essentially, I want to structure my overall project into two components:
1) A **shell** for my FPGA board, that abstracts out …