diff options
author | tv <tv@krebsco.de> | 2025-07-21 15:10:46 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-07-21 15:40:30 +0200 |
commit | 3f3432ad9f50903577f0efbf4c7407d5644e3759 (patch) | |
tree | fd423b655c5839926ca152573390e35a4bb5dd0c /much.cabal | |
parent | 2cff03b003f323af5380ca7b4068335566d97c47 (diff) |
admit wide characters
Diffstat (limited to 'much.cabal')
-rw-r--r-- | much.cabal | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,19 +1,23 @@ +cabal-version: 3.8 name: much version: 1.3.2 license: MIT author: tv <tv@krebsco.de> 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 |