Andreas Abel

Results 585 issues of Andreas Abel

Is the deployment process to pvp.haskell.org still functional or do you need help with that? There is a PR that got merged in Jan 2018 that is not on pvp.haskell.org...

It is true that `2.0.1.0 > 2.0.1` in the lexicographic ordering, because mathematically, a missing number at the end counts as _minus infinity_. However, in versioning practice, a missing number...

hsc2hs-0.68.10 fails to build with GHC 8.0 on the `windows-2022` github runner. https://github.com/haskell-hvr/missingh/actions/runs/6343543781/job/17231649304#step:7:149 ``` [12 of 12] Compiling Main ( src\Main.hs, dist\build\hsc2hs\hsc2hs-tmp\Main.o ) In file included from C:\ghcup\ghc\8.0.2\lib\base-4.9.1.0\include/HsBase.h:29, from cbits\utils.c:9:0:...

The blessings of the new `x-partial` warning will be bestowed unto you by GHC 9.8: ``` Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial] In the use of ‘head’ (imported from Prelude, but defined...

Please build and upload documentation for Win32-2.14 to Hackage.

This is a reprise of - #94 Happens on macOS with [ICU 74](https://github.com/haskell/text-icu/actions/runs/8943327460/job/24567789387#step:9:13): https://github.com/haskell/text-icu/actions/runs/8943327460/job/24567789387#step:12:636 ``` t_blockCode: [Failed] *** Failed! (after 25 tests): Exception: toEnum{BlockCode}: tag (328) is outside of enumeration's...

https://github.com/haskell/text-icu/blob/be8f0e81c8ea69964d381c40db5bc39095a0258e/changelog.md?plain=1#L3 Would be good to mention the name of the new flag here and its purpose.

``` Data/Text/ICU/Spoof.hsc:433:7: warning: [-Wdeprecations] In the use of ‘memcpy’ (imported from Data.ByteString.Internal, but defined in bytestring-0.11.5.0:Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 433 | memcpy dptr bptr (fromIntegral dlen)) | ^^^^^^...

Lifted from https://github.com/haskell/cabal/pull/8496#issuecomment-1270566590. @gbaz writes: > I note btw that text-icu with its current cabal file will always fail if there is no pkg-config present on the system, or if...

The following warning is issued by `cabal` for any project I (macOS) am building using `text-icu-0.8`, every time: ``` ld: warning: directory not found for option '-L/opt/homebrew/opt/icu4c/lib' ``` It stems...