From 78b9943f2de93c42f2d65c55fa2c04a76493edff Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 5 Jan 2016 02:04:12 +0100 Subject: [PATCH] more info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 336573c..0c7cba1 100755 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ A working Haskell capable environment. For that you will need `haskell-stack` an sudo apt-get install haskell-stack cabal-install ``` +Additionally you will need `postgresql` and `libpq-dev` you can install with: + +```bash +sudo apt-get install postgresql libpq-dev +``` + Shouldn't stack be available through your package repositories you can get it [here][stack]. Now you can set up your stack with `stack setup` and follow its instructions. This will install the latest GHC Haskell compiler on your system.