-
@hesselink I have hit a snag with [`genericAdaptor`](https://github.com/tomjaguarpaw/product-profunctors/blob/b8635f819df2a9362940b5126427e45aa97f3040/Data/Profunctor/Product/Internal/Adaptor.hs#L32).…
-
**Problem:**
The following snippet of code causes a crash in LH.
```haskell
import Control.Arrow (first)
{-@ crash :: {x:_ | x == True } @-}
crash :: Bool
crash = const True (first id)
```
**E…
-
Containerfile:
```
FROM ghcr.io/linuxcontainers/debian-slim:12
# Base image with haskell tooling
RUN printf "APT::Install-Recommends \"0\";" > /etc/apt/apt.conf.d/no-install-recommends
RUN apt-…
-
I tried building ghc-9.2.1-alpha2 on Fedora armv7hl and it runs out of memory somehow:
`GHC.Tc.Gen.HsType.tc_ihaddock: out of memory`
I originally [reported this to ghc](https://gitlab.haskell.org…
-
Here we will track the status of the Cabal release which will ship will [GHC 9.8](https://gitlab.haskell.org/ghc/ghc/-/issues/23563).
- [x] tag Cabal the library and give the tag to the GHC devs fo…
-
I'm trying to install `summoner` (and `summoner-tui`, but that can wait). It fails to compile:
```
$ cabal install summoner -w ghc-9.2.6 --allow-newer --verbose=3 > ~/summon-build.txt
CallStack (fr…
-
The doctests for `servant-checked-exceptions-core` appear to not work on GHC-9.
See https://github.com/commercialhaskell/stackage/issues/6092 for an example of what this looks like.
This should …
-
```
Control/IMonad/Core.hs:75:14:
Couldn't match type ‘a i0 -> m b i0’
with ‘forall i1. a i1 -> m b i1’
Expected type: (a i0 -> m b i0) -> m a i -> m b i
Actual type: …
-
By inspecting the [call stack](https://hackage.haskell.org/package/base-4.9.0.0/docs/GHC-Stack.html#g:2), we can derive the source location of a logging call without any effort from the user.
-
First I just want to say thanks for all your hard work on `llvm-general`. I've been using it in my own work for a while and it has been great. On that note, I would like to make a 1.0 release of [acce…