Stephen Diehl's website.
For typos and fixes edit the markdown files here:
To build the website server use Stack or Cabal:
Stack
$ stack ghc hakyll
$ stack exec ./hakyll build
Cabal
$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal run
$ make hakyll
$ make
Copyright (c) 2012-2018, Stephen Diehl
All written content on this site is provided under a Creative Commons ShareAlike license. All code is provided under a MIT license unless otherwise stated.