1
0

Update README.

This commit is contained in:
Kevin Matsubara 2025-05-07 22:44:02 +02:00
parent cf855b9bef
commit 4a9a405310

View File

@ -7,8 +7,13 @@ This project is my attempt to learn the Haskell programming language and build a
* `cabal init` * `cabal init`
* `cabal run` * `cabal run`
* `cabal build` * `cabal build`
* `cabal freeze`
* `cabal install --only-dependancies` * `cabal install --only-dependancies`
### Packages
* [Scotty](https://hackage.haskell.org/package/scotty)
## Links ## Links
* [adit.io - Making A Website With Haskell](https://www.adit.io/posts/2013-04-15-making-a-website-with-haskell.html) * [adit.io - Making A Website With Haskell](https://www.adit.io/posts/2013-04-15-making-a-website-with-haskell.html)