Skip to content
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

Open
ndrsllwngr opened this issue Aug 15, 2020 · 6 comments
Open

Notes / Resources #10

ndrsllwngr opened this issue Aug 15, 2020 · 6 comments
Labels
wontfix This will not be worked on

Comments

@ndrsllwngr
Copy link
Owner Author

POSTGRES

@griase94
Copy link
Collaborator

griase94 commented Aug 15, 2020

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;

@ndrsllwngr
Copy link
Owner Author

# PSQL
export PATH=/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH

@ndrsllwngr
Copy link
Owner Author

stack clean --full
stack build

@ndrsllwngr
Copy link
Owner Author

ndrsllwngr commented Aug 19, 2020

ADJUST GHC PROMPT
  • add the following to your ~/.ghc/ghci.conf
:set prompt      λ: 
:set prompt-cont λ| 

https://stackoverflow.com/a/47694134

@ndrsllwngr ndrsllwngr added the wontfix This will not be worked on label Aug 19, 2020
@ndrsllwngr
Copy link
Owner Author

ndrsllwngr commented Aug 30, 2020

  • Run stack ghci to enter the CLI
  • Use :q to escape ghci

@ndrsllwngr ndrsllwngr changed the title Resources Notes / Resources Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants