From 1f9a355cf38a15791bdb6c2a469e584283012ff1 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 30 May 2023 11:34:27 +0530 Subject: [PATCH] Allow compiling with latest GHC --- cabal.project | 2 +- hakyll-site.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 8e073f6..d446f24 100644 --- a/cabal.project +++ b/cabal.project @@ -1,2 +1,2 @@ packages: . -with-compiler: ghc-9.2.5 +with-compiler: ghc-9.4.5 diff --git a/hakyll-site.cabal b/hakyll-site.cabal index bd44200..9395dcc 100644 --- a/hakyll-site.cabal +++ b/hakyll-site.cabal @@ -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