Benjamin Weber

Results 33 comments of Benjamin Weber

` /usr/local/opt/icu4c/lib `is searched because it is specified at https://github.com/haskell/text-icu/blob/32a90ab4c66980621d56b1a1dc70bd6016e28141/text-icu.cabal#L132 It doesn't exist on Apple silicon machines. This could be solved by switching - `/usr/local/opt/icu4c/lib` for non-Apple silicon - `/opt/homebrew/opt/icu4c/lib...

Will fix those. On Tue, 3 Jun 2025, at 06:29, Will Coster wrote: > > > ***@***.**** requested changes on this pull request. > >> @fimad might require renaming of...

Added html-parse as stack extra-dep with [c9edff2](https://github.com/fimad/scalpel/pull/115/commits/c9edff23d2c6487cbc425bace3a20f2a07809516). Can't reproduce the build errors with cabal and ghc 9.12.2 and `cabal run example-from-documentation` (from examples dir). Tested each example and each passes...