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)