Jacobbishopxy / doodles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Using hasql library in Haskell

    # MacOS
    brew install postgres
    # Ubuntu
    apt install libpq-dev

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 98.5%Language:Python 0.7%Language:Shell 0.6%Language:Makefile 0.1%Language:Perl 0.1%