-
We've [encountered](https://hydra.nixos.org/build/251345056/nixlog/1) a test failure when building and testing on GHC 9.8.1:
The failures seem quite innocent, if the change from `Symbol:c::` to `Sy…
-
Something seems to kill the `stack install` process on my PC:
```
-- While building package haskell-gi-base-0.21.5 using:
C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_2.4.0.1_g…
-
**Project description**
ghcjs-8.10 seems more or less broken for large projects due to massive memory usage and performance regression, as well as a regular bug: https://github.com/ghcjs/ghcjs/issues…
-
The following:
```haskell
module Test where
import Clash.Prelude
import Data.Constraint
import Data.Proxy
import Unsafe.Coerce
data T depth = T (BitVector depth) deriving (Generic)
ins…
-
I didn't see an existing issue on this - thought it would be a good idea to create one.
This would enable apply-refact and other libraries depending on ghc-exactprint to migrate to ghc-lib.
-
instructions in https://twitter.com/TechnoEmpress/status/1392768927307026434
-
Besides some outdated compiler flags, building the project with GHC 7.10 fails because of changes due to the [Functor-Applicative-Monad Proposal](https://wiki.haskell.org/Functor-Applicative-Monad_Pro…
-
I had a quick look at building haskell-tor with ghc-8.0.1 and quickly ran into a minefield of problems.
The first problem was that the versions of `cryptonite` and `memory` specified in the cabal fil…
erikd updated
8 years ago
-
I've been using `--with-ghc` for years because I thought `--with-compiler` was a relic from when there were popular Haskell compilers other than GHC. However, I just discovered that `--with-compiler` …
-
Specs of local definitions have been problematic for some time now. In what follows I explain why this is brittle, and what we can do to improve it.
## The problem
Ideally, local specs work as f…