Andreas Abel

Results 585 issues of Andreas Abel

A mailing list cannot be a maintainer (in particular, not an open list like `[email protected]`): https://github.com/haskell/test-framework/blob/7f3dbc1c71fbac0e2b737942dcad5e0caaaada24/core/test-framework.cabal#L12

CI caches are likely stale (most are from 2023): ![Screenshot 2024-05-03 at 20 05 03](https://github.com/haskell/unix/assets/1155218/85c7ad90-b552-4b87-a4e1-f65760a63f56) A more flexible cache key is needed, either involving `github.sha` or a hash of the...

Which system libraries does `unix` depend on? This should be documented in: - README - Maybe also `unix.cabal` via a `pkgconfig-depends`? Here is a broken CI run with GHC 9.4...

Blocked on: - [ ] https://github.com/haskell/cabal/issues/9917 - [x] https://github.com/phadej/boring/issues/43 - [x] https://github.com/haskell/aeson/issues/1094

In `base-4.17`, the `MonadFail` instance for `ST` was removed: ```console $ cabal build Build profile: -w ghc-9.4.4 -O1 In order, the following will be built (use -v for more details):...

Please add quickCheck properties and unit tests. That would make me more confident to use this package.

Some exported modules lack documentation altogether, see https://hackage.haskell.org/package/union-find-0.2/docs/Data-UnionFind-IntMap.html The source code contains commented out unfinished code: https://hackage.haskell.org/package/union-find-0.2/docs/src/Data-UnionFind-IntMap.html#newPointSupply `descriptor` has an abruptly ending sentence as documentation. https://hackage.haskell.org/package/union-find-0.2/docs/Control-Monad-Trans-UnionFind.html

`dblp` is producing the empty output. I am on Mac OS X Mojave with TeXLive 2018: ``` $ gem install dblp $ cat papersUsingAgda.aux \relax \providecommand\hyper@newdestlabel[2]{} \providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} \HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined \global\let\oldcontentsline\contentsline \gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}...

Current master (3000.2.0.8) over released 3000.2.0.7-r7 mostly removes flag `network-uri` see https://github.com/haskell-hvr/rss/compare/3000.2.0.7...master . Not sure this can be released as patch; can't compilation with cabal fail if you supply a...