From 509386d2754dfe56b905f8ae223c2bdd6c4f8357 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 31 Jul 2024 19:40:32 +0300 Subject: [PATCH] Update cabal format to 3.4 --- flevum.cabal | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/flevum.cabal b/flevum.cabal index b72cb9e..2911582 100644 --- a/flevum.cabal +++ b/flevum.cabal @@ -1,24 +1,24 @@ -cabal-version: 2.2 +cabal-version: 3.4 -name: flevum -version: 1.0 -author: Eugen Wissner -maintainer: belka@caraus.de -copyright: 2018-2021 Eugen Wissner -build-type: Simple +name: flevum +version: 1.0 +author: Eugen Wissner +maintainer: belka@caraus.de +copyright: 2018-2024 Eugen Wissner +build-type: Simple executable flevum main-is: Main.hs hs-source-dirs: - src + src ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror build-depends: base >= 4.14 && < 5, - filepath ^>= 1.4.2, + filepath ^>= 1.5.3, hakyll ^>= 4.16.0, - pandoc ^>= 3.1, + pandoc ^>= 3.2, process ^>= 1.6.13, time, time-locale-compat ^>= 0.1.1, wai-app-static ^>= 3.1.7 - default-language: Haskell2010 + default-language: GHC2021