-
A full reproducer with analysis is at https://github.com/andreasabel/bug-cabal-3.12-setup .
I noticed this issue when using ghc-9.10.1 for the first time to build Agda using `cabal v1-install`. Th…
-
-
Could we please check that what is given as `--with-cabal` exists when that is possible with `cabal-tests`? Here I made the mistake of building locally with `ghc-9.4.8` not having remembered that I'd …
-
## Issue description
In nixpkgs, `haskell-docs` depends on the latest version of `haddock-api`; even though the version of `haddock-api` it successfully builds with on strongly depends on the versi…
-
GHC 8.10.7 but not GHC 9.0.1 reports "Pattern match(es) are non-exhaustive" in a few places.
https://github.com/ucsd-progsys/liquidhaskell/pull/1915 added `{-# OPTIONS_GHC -Wno-incomplete-patterns …
-
*It's my first time trying generic programming forgive me if this is not accept as an issue.*
I was facing an issue trying this library. I tried the code below using GHC 8.0 compiler, and I was get…
-
Hello - you may already be aware of this, but there's two ways in which the stack/nix infrastructure can go wrong:
1. The nix expression generated in `src/Stack/Nix.hs` uses `with (import {})` - thi…
-
**Describe the feature request**
The idea is to support things that are per-project or per-package, but aren't strictly build tools: formatters, `changelog-d`, etc. This would also provide a more pri…
-
I see the following error on a simple test:
```
error:
Illegal type specification for `test`
test :: {v : [GHC.Types.Int] | 0 < len v}
Sort Error in Refinement: {v : [GHC.Types.Int]…
jekor updated
6 months ago
-
It appears that the `:+:` type operator in `Data.Comp.Ops` can be replaced with using the one from `GHC.Generics` (which appears to be a poly-kinded version of the same thing).
Did you consider usi…