From e7aa266b6c73730b454ad48943b249c30bbb6e71 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 27 Jul 2025 13:51:34 +0200 Subject: app: drop kmein and make tv the default --- much.cabal | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'much.cabal') 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 -- cgit v1.2.3