From a6dd9834628614c0b7c815165bc0cf4139131b8c Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 7 Mar 2026 14:04:59 +0100 Subject: cabal: 1.8 -> 3.0 & GHC2024 --- blessings.cabal | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'blessings.cabal') diff --git a/blessings.cabal b/blessings.cabal index 8fc4f91..6b923ff 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -1,4 +1,4 @@ -cabal-version: >=1.8 +cabal-version: 3.0 name: blessings version: 2.6.0 license: MIT @@ -20,8 +20,9 @@ library Blessings.Text Blessings.Text.WCWidth - hs-source-dirs: src - ghc-options: -O2 -Wall + hs-source-dirs: src + default-language: GHC2024 + ghc-options: -Wall -Wextra build-depends: base, bytestring, @@ -30,10 +31,11 @@ library wcwidth test-suite test-blessings - type: exitcode-stdio-1.0 - main-is: Spec.hs - hs-source-dirs: test - ghc-options: -Wall + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: test + default-language: GHC2024 + ghc-options: -Wall build-depends: base, blessings, -- cgit v1.2.3