-
Currently, Agda uses the ghc from system path:
https://github.com/agda/agda/blob/2dc760c4f6a46a0b768c718d1620ee61c12d09ce/src/full/Agda/Compiler/MAlonzo/Compiler.hs#L852
However, (especially for…
-
Building under GHC 9.2.1 is currently held up by generics-sop, see well-typed/generics-sop#145
-
This would be good to have, but currently, this library won't build, even with ``--allow-newer``.
-
This is connected to #8. Also won't build with ``--allow-newer``, but for different reasons.
-
The following short program caused a panic:
``` haskell
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE FlexibleContexts #-}
module Panic where
…
-
Right now stack2nix has GHC 8.0.2 hardcoded in a few places, we should make it configurable.
-
Hello folks,
This is a meta ticket, feel free to close it if you think this is not the appropriate place to discuss the subject.
_Summary: GHC changed how diagnostics are emitted, HLS can benefi…
-
### Error
> [neo@nixos:~/Forks/nodejs-exec]$ nix-build "" -A haskellPackages.graphics-drawingcombinators
> these derivations will be built:
> /nix/store/rxi3hv3grb5vkjfbspaypiin7fqn4zzw-graphic…
-
The following code
```haskell
module Top where
import Clash.Prelude
topEntity :: HiddenClockResetEnable System => Signal System (Index (2 ^ 61))
topEntity = pure 0
```
causes `clash` f…
-
Hello all,
i have been playing around with `Bit` and made a type-level length- and sign-indexed version.
```haskell
newtype Bitvector (n :: Nat) (b :: Bool) = Bitvector { unsign :: Vector n Bit.B…