diff --git a/mcwhirter-io.cabal b/mcwhirter-io.cabal index 97b70fb..3392c4d 100644 --- a/mcwhirter-io.cabal +++ b/mcwhirter-io.cabal @@ -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