I am trying to use the text-icu library as a dependency in a cabal package on Mac OS. I have icu installed but when I try to build my package cabal gives me this error:
- Missing C libraries: icui18n, icudata, icuuc
I'm am unsure what debugging steps to use.