-
Currently, I got this error:
```
src/Language/Haskell/TH/Extras.hs:60:18: error:
• The constructor ‘ConP’ should have 3 arguments, but has been given 2
• In the pattern: ConP _ pats
…
-
Hello,
I am trying to create Dockerfile for a profile for JupyterHub.
After some time, I managed to successfully create the docker image and install the kernel.
The biggest hurdle was and is that…
-
@samhh wrote:
> Is there any interest in saying that this package "provides" Cabal, GHC, etc? Though they're not installed by default, I'd like to say that my Haskell packages require Cabal without…
-
I build ghc via `stack build`. `stack` use its own `ghc` other than system `ghc`.
As a result, the `ghc` build `clash` will not locate in `PATH` environment variable when `clash` runs.
Is there…
-
The documentation for `Network.Socket.getAddrInfo` specifies that:
> If the query fails, this function throws an IO exception instead of returning an empty list. Otherwise, it returns a non-empty l…
-
We have been building a static executable for x64-linux for quite a while now. From this, the minimal docker image is created.
It would be really cool, if we could build the static executable on ot…
-
Since `IsString` is a broken interface, I suggest to raise a GHC and CLC proposal (since the class will need to be added to base).
I think the ByteString discussion is enough evidence that there is…
-
**Describe the bug**
While building documenation for hackage for the project with `case-insensitive` in build-depends I've got the following error:
```
haddock: internal error: C:\Cabal\store\ghc-9…
-
This is to simplify queries for `.hs` files, whether it be in IDEs or in the terminal, using `find`.
As is, the simplest `find` command includes unwanted build artifacts:
```
$ find . -name *.hs
…
-
I have not diagnosed them in detail, but it seems that there is a family of different space leaks in at least `reflex-vty`.
The reproduction is at:
https://github.com/deepfire/hasdiff/blob/repro…