fix: entire build

This commit is contained in:
Robert W. Pearce 2023-01-28 14:10:41 +13:00
parent 90a5ead5d2
commit 8ada566a8e
No known key found for this signature in database
GPG key ID: 8EE70FB52D805C55
10 changed files with 997 additions and 123 deletions

View file

@ -11,8 +11,8 @@ executable hakyll-site
hs-source-dirs: src
build-depends: base >= 4.8
, hakyll >= 4.14
, pandoc == 2.11.*
, pandoc >= 2.11
, slugger >= 0.1.0.1
, text >= 1.2
, text >= 1.2 && < 1.3
ghc-options: -Wall -threaded
default-language: Haskell2010