-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes / Resources #10
Labels
wontfix
This will not be worked on
Comments
POSTGRES
|
create user minesweepskell with encrypted password 'minesweepskell' superuser;
create database minesweepskell;
create database minesweepskell_test;
grant all privileges on database minesweepskell to minesweepskell;
grant all privileges on database minesweepskell_test to minesweepskell; |
# PSQL
export PATH=/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH |
stack clean --full
stack build |
ADJUST GHC PROMPT
:set prompt λ:
:set prompt-cont λ| |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HASKELL
TUTORIALS
YESOD
TUTORIALS
YESOD INIT
yesodweb/postgres
&yesodweb/mongo
POWERED BY YESOD
MINESWEEPER
BACKEND ONLY
IntelliJ Plugin
The text was updated successfully, but these errors were encountered: