Andreas Abel

Results 585 issues of Andreas Abel

I tried to build the code obtained via `cabal get hackage-server`. It has no build plan for GHC 7.10, 8.x, 9.x. Maybe time to release `hackage-server` to hackage at some...

Reproducer: ```sh DIR=$(mktemp -d) cd $DIR ${CABAL:-cabal} init -n --exe --application-dir=app echo "optimization: False" > cabal.project.local ${CABAL:-cabal} install --ignore-project ``` This crashes with (current `master`): ``` ... Error: cabal: Invalid...

type: bug
cabal-install: cmd/install
re: project-file
re: --ignore-project

While `v1` of the setup action uses `cabal 3.6.2.0` by default, `v2` uses `cabal 3.8.1.0`. The latter runs `pkgconfig --list-all` in preparation for the constraint solving when a `.cabal` package...

Add GHC 9.4.2 and Stack 2.9.1.

CI for `setup` focuses of GHC 8.4.4, and gives special mention to 7.4.1, 7.10.3, 8.2.2, see https://github.com/haskell/actions/actions/runs/3156574295. `latest` is also covered, but shouldn't extra testing go to more recent GHC...

### What files would you like to change? Please add CHANGELOG.md. ### What are your suggested changes? Maintain changelog for each release.

documentation

### Description cabal-install 3.8.1.0 runs `pkg-config --list-all` to build its own pkg-config database. Pointer: - https://github.com/haskell/cabal/pull/8496 Unfortunately `pkg-config --list-all` crashes on `macOS-11` and `macOS-12`, see e.g. https://github.com/andreasabel/gha-test/actions/runs/3202198515. Here is the...

awaiting-deployment
OS: macOS
Area: Common Tools
external
bug report

https://hackage.haskell.org/package/haddock-library-1.11.0/changelog merely says: > Add support for linking identifiers with a quote between backticks (#1408) However, there have been API changes as well: E.g. `markupOrderedList` has type: - `[a] ->...

Please add a change-log (also to the .cabal package).

Compilation of module `Language.Python.Version3.Parser.Parser` (generated by `happy-1.20`) takes 15 min with GHC 8.0 - 8.4 (on a 2016 macbook pro). This is not a problem with GHC 7.10 or GHC...