From bde6987f0e53b293f47b3934fbb7b2f7c19e591f Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Wed, 7 May 2025 22:09:09 +0200 Subject: [PATCH] Update README. --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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