From 3f3432ad9f50903577f0efbf4c7407d5644e3759 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Jul 2025 15:10:46 +0200 Subject: admit wide characters --- much.cabal | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'much.cabal') diff --git a/much.cabal b/much.cabal index e63a62b..f4537bb 100644 --- a/much.cabal +++ b/much.cabal @@ -1,19 +1,23 @@ +cabal-version: 3.8 name: much version: 1.3.2 license: MIT author: tv maintainer: tv@krebsco.de build-type: Simple -cabal-version: >=1.10 + +common common-stuff + build-depends: + blessings >= 2.5.0 executable much-tv + import: common-stuff hs-source-dirs: config main-is: tv.hs default-language: Haskell2010 ghc-options: -O2 -threaded -with-rtsopts=-N build-depends: much , base - , blessings , data-default , deepseq , transformers @@ -32,13 +36,13 @@ executable much-tv , rosezipper executable much-kmein + import: common-stuff hs-source-dirs: config main-is: kmein.hs default-language: Haskell2010 ghc-options: -O2 -threaded -with-rtsopts=-N build-depends: much , base - , blessings , bytestring , data-default , directory @@ -50,6 +54,7 @@ executable much-kmein , unix library + import: common-stuff hs-source-dirs: src exposed-modules: Much.Core , Much.Action @@ -84,7 +89,6 @@ library , attoparsec , base64-bytestring , blaze-builder - , blessings , bytestring , case-insensitive , containers -- cgit v1.2.3