summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal12
1 files changed, 8 insertions, 4 deletions
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 <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