Skip to content

Commit

Permalink
updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Jun 15, 2018
1 parent 62cfdfd commit 41b6223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ apt-get install libghc-entropy-dev
apt-get install happy
apt-get install zlib1g-dev
apt-get install haskell-stack
apt-get install ghc
apt-get install cabal-install
exit
```

(Note: some might ask why we need to install ghc and cabal-install when we will be using stack as our build tool.
The answer is that it seems that the version of ghcjs we are using requires that an older version of cabal-install
(version 1.24.0.1 is confirmed as working) be available on the path.)

Now we need to upgrade stack, as the default package installed
on Debian is somewhat old. As your preferred (not root) user:

Expand Down
2 changes: 1 addition & 1 deletion static/WebDirt

0 comments on commit 41b6223

Please sign in to comment.