-
``` haskell
λ: :t putStr (show [1..10])
:1:9: error:
- Couldn't match type [Char] with String
Expected type: String
Actual type: GHC.Base.String
- In the first argument of putSt…
-
After including the GHC rewrite rule fix:
```
FileSystem.Handle(Allocated)
Benchmark default(0)(MiB) default(1) …
-
The project currently has its own copy of `EventLogFormat.h` that ships with GHC. This strikes me as an unfortunate situation: if the upstream version of that file as found in GHC is to be considered …
-
We should be running GHC test-suites for our GHC compilers too. This will require some re-engineering of being able to independently run the GHC test-suites.
-
### Bug Description
It is not possible to drag the canvas using the middle-click anymore. Same goes for Ctrl + left-click and Ctrl + middle-click.
Currently only Space + Drag and using two fingers a…
-
Given this package.yaml:
```
name: test
ghc-options: A
when:
condition: impl(ghc >= 8.2)
ghc-options: B
library:
ghc-options: C
when:
condition: impl(ghc >= 8.0)
ghc-opt…
-
derive is no longer supported and requires old GHC pieces too.
-
Hello there, again I'm trying to build ghc in an isolated environment using ghc.nix, but my (direnv+nix-direnv+emacs-direnv) setup is causing an error to be thrown. I fixed the hadrian.cabal file not …
-
I've been building and uploading the `ghc-*` packages for Linux on my local machine because the GitHub runners don't have enough disk space to build it. Self-hosted runners aren't permitted because th…
-
**Describe the bug**
Trying to build the example project generated with the [`start`](https://github.com/tweag/rules_haskell/blob/master/start) script fails.
**To Reproduce**
I have used a pu…