# Haskell Portfolio This project is my attempt to learn the Haskell programming language and build a simple website with it. ### Cabal * `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) * [Learn You a Haskell for Great Good!](https://learnyouahaskell.github.io/chapters.html) * [GHCup first steps](https://www.haskell.org/ghcup/steps/)