Last active
September 1, 2016 07:14
-
-
Save amitaibu/7ecc9cdef2fdd537af9e1dd51071713e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE USER root WITH PASSWORD 'root'; | |
CREATE DATABASE yesod; | |
GRANT ALL PRIVILEGES ON DATABASE yesod TO root; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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