summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-07-27 13:51:34 +0200
committertv <tv@krebsco.de>2025-07-27 13:51:34 +0200
commite7aa266b6c73730b454ad48943b249c30bbb6e71 (patch)
tree63640938f3be35afa9cbf05c565d6ae81f53b624 /much.cabal
parent9a8201f12966fe06ef8c6ee609435c72851a2d85 (diff)
app: drop kmein and make tv the default
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal24
1 files changed, 3 insertions, 21 deletions
diff --git a/much.cabal b/much.cabal
index 4df50ad..9aae2a2 100644
--- a/much.cabal
+++ b/much.cabal
@@ -10,10 +10,10 @@ common common-stuff
build-depends:
blessings >= 2.5.0
-executable much-tv
+executable much
import: common-stuff
- hs-source-dirs: config
- main-is: tv.hs
+ hs-source-dirs: app
+ main-is: much.hs
default-language: Haskell2010
ghc-options: -O2 -threaded -with-rtsopts=-N
build-depends: much
@@ -35,24 +35,6 @@ executable much-tv
, containers
, 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
- , bytestring
- , data-default
- , directory
- , filepath
- , process
- , rosezipper
- , terminal-scanner
- , text
- , unix
-
library
import: common-stuff
hs-source-dirs: src