Andreas Abel
Andreas Abel
Please add tags for the latest releases: - [2.0.2.0](https://hackage.haskell.org/package/double-conversion-2.0.2.0), - [2.0.3.0](https://hackage.haskell.org/package/double-conversion-2.0.3.0), - [2.0.4.0](https://hackage.haskell.org/package/double-conversion-2.0.4.0), - [2.0.4.1](https://hackage.haskell.org/package/double-conversion-2.0.4.1), - 2.0.4.2 Tags are important to get a complete picture what changed between versions.
Blocked on: - [x] https://github.com/fizruk/http-api-data/issues/139 - [x] https://github.com/haskellari/binary-instances/issues/28
`cabal test` succeeds silently if no `GITHUB_TOKEN` is set. However, in this case, most tests do not run. Maybe it is better that the test suite errors out if it...
I am getting notifications about bumping to `base-4.20` when the package says `base < 4.13` meaning it clearly is abandoned. I'd like to get notifications only when my package has...
https://hackage.haskell.org/package/helf-1.0.20240318/reports/2 ``` Configuring helf-1.0.20240318... Error: cabal-3.10.2.1: The program 'alex' version >=3.4.0.0 &&
Hi Simon, thanks for putting out this script! I tried to make it work for my own PDF deployment, but gave up in the end because of problems with the`unicode-math`...
Building with GHC 9.10 blocked on: - [x] https://github.com/haskell-hvr/text-short/issues/45
Assertion 'created_directory' eagerly removes directory before other assertions are checked. E.g. you cannot place the `created_directory` assertion before the `created_file` assertion here: https://github.com/fugue/goldplate/blob/a2c20310149a69522d0efc2cdcd8e1081f5f93b4/tests/create.goldplate#L9-L13 A bit too imperative for my taste....
Fix #29: use / in filepaths even under Windows `System.FilePath.normalise` replaces slashes by backslashes. We implement a simplified version of `normalise` that does the opposite. This should make (relative) file...
I get [`not ok ... stdout` verdicts under Windows](https://github.com/andreasabel/miniagda/actions/runs/3509343655/jobs/5878378172#step:4:3256) when the same tests pass under Linux and macOS. I'd guess these are caused by directory globbing resolved under Windows using...