Andreas Abel
Andreas Abel
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"]
The following MWE was distilled from: - https://github.com/agda/agda/issues/7290 ```latex \documentclass{article} \RequirePackage{polytable} \defaultcolumn{l} \begin{document} %% The column names must be different \begin{pboxed}\savecolumns \\ %% needed \>[foo] \end{pboxed} \begin{pboxed}\restorecolumns \>[bar] \end{pboxed} \begin{pboxed}\restorecolumns...
The released 0.8.2.0 has fallen behind `master` and has an unbuildable testsuite: ``` Test/Framework/Tests.hs:3:1: error: [GHC-61948] Could not find module ‘Test.Framework.Tests.Runners.ThreadPool’. Perhaps you meant Test.Framework.Runners.ThreadPool Use -v to see a...
https://github.com/hanshoglund/iso-deriving/blob/4dca9d2ca76cdaf268aa2d835f61b362957667c3/Iso/Deriving.hs#L57-L71 Missing `getAs` and `getAs2` (while we have `getAs1`). You might want to write things like `map (proj @a . getAs) xs` so a destructor for `As` would be great...
If I understood Herbert (@hvr) correctly, he will not be available for maintenance work in the near future. I stepped in to keep stuff buildable, but I have no genuine...