Andreas Abel

Results 585 issues of Andreas Abel

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`. The Agda parser was...

Cabal: custom
cabal-install: v1-
can-workaround
re: build-tool
breaking
build-type: custom

This PR does the minimum changes needed for `Cabal-3.12` (and some cleanup work). Commits: - **Clean cabal.project**: remove some cruft - **Default library (hackage-server) instead of internal library lib-server**: the...

re: Cabal-3.12

Superseds: - #188 Published as haskeline-0.8.2.1 revision 2. (For some reason, GHC 9.10.1 ships with haskeline-0.8.2.1, but the published haskeline-0.8.2.1 did not support GHC 9.10.)

Package `repa` is not currently maintained, so we disable `gloss-raster` and all examples needing this or `repa` directly. The `bytestring` bound is relaxed again to `>= 0.10` so as to...

Would be great if we had `Arbitrary` instances for all the relevant data types of `base`, including non-empty lists which are nowadays quite standard. (The instance for `Data.List.NonEmpty.NonEmpty` would be...

https://github.com/haskell-cryptography/HsOpenSSL/blob/b7a4999f34214b13c8d52a745e837f9e3db83583/cbits/HsOpenSSL.h#L23-L33 ``` HsOpenSSL > Building library for HsOpenSSL-0.11.7.7... HsOpenSSL > [ 1 of 33] Compiling OpenSSL HsOpenSSL > /private/var/folders/lg/qcd3v89j59l3m6520kr42bdm0000gn/T/stack-88a7366d6a42ff03/HsOpenSSL-0.11.7.7/In file included from /var/folders/lg/qcd3v89j59l3m6520kr42bdm0000gn/T/ghc51255_0/ghc_22.c:7:0: error: HsOpenSSL > [ 2 of 33]...

I was trying to fix a CI on macOS/stack and went here for advice, but I found that CI tests only GHC 8.10 and [email protected] which are both quite outdated...

- https://github.com/commercialhaskell/stackage/issues/7391 - https://github.com/commercialhaskell/stackage/issues/7460 I did generous relaxations since it is only for the testsuite. If in the future the bounds prove to be too generous, they can be bulk-restricted...

This replaces the defunct Travis CI. It does not test the cabal flag `-f build-example` for two reasons: 1. `haskell-ci` does not support cabal flags out of the box. The...

https://github.com/andreasabel/tasty-golden/actions/runs/9974301327/job/27561499921?pr=1#step:9:10 findByExtension: FAIL (0.01s) tests\test.hs:38: expected: ["C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2\\d1/d2/h1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2\\d1/g1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2\\f1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2\\f2.h"] but got: ["C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2/d1/d2/h1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2/d1/g1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2/f1.c","C:\\Users\\runneradmin\\AppData\\Local\\Temp\\golden-test-50df2576f20975a2/f2.h"]