Allow compiling with latest GHC
This commit is contained in:
parent
c226b5a9dc
commit
1f9a355cf3
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
packages: .
|
packages: .
|
||||||
with-compiler: ghc-9.2.5
|
with-compiler: ghc-9.4.5
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue