Allow compiling with latest GHC

This commit is contained in:
Sanchayan Maity 2023-05-30 11:34:27 +05:30
parent c226b5a9dc
commit 1f9a355cf3
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
packages: .
with-compiler: ghc-9.2.5
with-compiler: ghc-9.4.5

View File

@ -7,7 +7,7 @@ executable site
main-is: site.hs
build-depends:
base >=4.12
, hakyll >=4.15 && <4.16
, hakyll >=4.16
ghc-options: -threaded
default-language: Haskell2010