diff --git a/README.md b/README.md index 44cb425..ab34c82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# portfolio-haskell +## Haskell -An attempt to change my personal website to have a Haskell backend. \ No newline at end of file +### Cabal + +* `cabal init` +* `cabal build` +* `cabal install --only-dependancies` + +### Blaze + +[adit.io - Making A Website With Haskell](https://www.adit.io/posts/2013-04-15-making-a-website-with-haskell.html) + +## PureScript + +### VS Code extensions + +* PureScript IDE +* PureScript Language Support \ No newline at end of file