Skip to content

Jacobbishopxy/doodles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doodles

  • Using text-icu library in Haskell on Mac OS ref1 & ref2

    brew install icu4c
    brew info icu4c # lookup the real lib-dirs/include-dirs

    create a cabal.project.local file at the project's root:

    # cabal.project.local
    
    -- for MacOS
    package text-icu
      extra-include-dirs: /opt/homebrew/opt/icu4c/include
      extra-lib-dirs: /opt/homebrew/opt/icu4c/lib

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages