Updated cabal file

This commit is contained in:
Serĉanto de Scio 2019-06-17 12:24:04 +10:00
parent 8ff6567e77
commit 5db714f790
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -1,4 +1,4 @@
name: mcwhirter.io
name: mcwhirter-io
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
@ -6,6 +6,6 @@ cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.7.*
, hakyll == 4.12.*
ghc-options: -threaded
default-language: Haskell2010