Open ndrsllwngr opened 4 years ago
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
~/.ghc/ghci.conf
:set prompt λ:
:set prompt-cont λ|
stack ghci
to enter the CLI:q
to escape ghci
HASKELL
TUTORIALS
YESOD
TUTORIALS
YESOD INIT
yesodweb/postgres
&yesodweb/mongo
POWERED BY YESOD
MINESWEEPER
BACKEND ONLY
IntelliJ Plugin