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: . 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 main-is: site.hs
build-depends: build-depends:
base >=4.12 base >=4.12
, hakyll >=4.15 && <4.16 , hakyll >=4.16
ghc-options: -threaded ghc-options: -threaded
default-language: Haskell2010 default-language: Haskell2010