From 4a9a405310da4b85f926274a8ea04de17cf20513 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Wed, 7 May 2025 22:44:02 +0200 Subject: [PATCH] Update README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e7fd27..98b442e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,13 @@ This project is my attempt to learn the Haskell programming language and build a * `cabal init` * `cabal run` * `cabal build` +* `cabal freeze` * `cabal install --only-dependancies` +### Packages + +* [Scotty](https://hackage.haskell.org/package/scotty) + ## Links * [adit.io - Making A Website With Haskell](https://www.adit.io/posts/2013-04-15-making-a-website-with-haskell.html)