Andreas Abel

Results 585 issues of Andreas Abel

In a situation where everything is up to date, an invocation of `cabal install` might just symlink executables that it has not created and that do not exist. In the...

type: bug
cabal-install: cmd/install

`cabal-3.12.1.0 install` wrongly ignores `--program-suffix` when checking whether exe is already installed: ``` $ cabal-3.12.1.0 install hello ... Symlinking 'hello' to '/Users/test/.local/bin/hello' $ cabal-3.12.1.0 install hello --program-suffix=-new ... Error: [Cabal-7149]...

priority: high :fire:
cabal-install: cmd/install
re: --program-suffix
regression in 3.12

Blocked on: - [x] https://github.com/Lysxia/generic-data/issues/70 - [x] https://github.com/haskell/primitive/issues/420

`withError` lacks a `@since` annotation: https://hackage.haskell.org/package/mtl-2.3.1/docs/Control-Monad-Error-Class.html#v:withError I think this hasn't been in `mtl` forever, e.g. missing still in `mtl-2.2.2`: https://hackage.haskell.org/package/mtl-2.2.2/docs/Control-Monad-Error-Class.html#v:withError Hit me in the wild at: https://github.com/agda/agda/actions/runs/11103657461/job/30846087778?pr=7519#step:11:423 Probably some more...

Fixing a use of `tail` in the library. In the test-suite, `tail []` is intended, so switch off the `x-partial` there. Ignoring `-Wx-partial` on older GHCs requires `-Wno-unrecognised-warning-flags`, which entered...

``` $ ghcup list ✗ ghcup 0.1.19.4 latest,recommended ✔✔ ghcup 0.1.19.5 latest,recommended ```

level: good first issue
type: improvement

``` stm/tests[master]$ ./runtests.sh using GHC version: 9.10.1 == running test 'T15136' Loaded package environment from /Users/abel/bin/src/stm/.ghc.environment.x86_64-darwin-9.10.1 [1 of 2] Compiling Main ( T15136.hs, T15136.o ) [2 of 2] Linking T15136...

> [__5] rejecting: base-4.21.0.0/installed-cc73 (conflict: scientific => base>=4.15 &&

Continuation of: - #431 I think the warning "ACM reference format is mandatory for papers over one page." which is triggered by setting `printacmref=false` should not be issued with package...