Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active September 1, 2016 07:14
Show Gist options
  • Save amitaibu/7ecc9cdef2fdd537af9e1dd51071713e to your computer and use it in GitHub Desktop.
Save amitaibu/7ecc9cdef2fdd537af9e1dd51071713e to your computer and use it in GitHub Desktop.
CREATE USER root WITH PASSWORD 'root';
CREATE DATABASE yesod;
GRANT ALL PRIVILEGES ON DATABASE yesod TO root;
brew install icu4c
stack install text-icu \
> --extra-lib-dirs=/usr/local/opt/icu4c/lib \
> --extra-include-dirs=/usr/local/opt/icu4c/include
stack exec ghc-pkg unregister yesod-postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment