diff options
author | tv <tv@krebsco.de> | 2025-07-27 13:51:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-07-27 13:51:34 +0200 |
commit | e7aa266b6c73730b454ad48943b249c30bbb6e71 (patch) | |
tree | 63640938f3be35afa9cbf05c565d6ae81f53b624 /much.cabal | |
parent | 9a8201f12966fe06ef8c6ee609435c72851a2d85 (diff) |
app: drop kmein and make tv the default
Diffstat (limited to 'much.cabal')
-rw-r--r-- | much.cabal | 24 |
1 files changed, 3 insertions, 21 deletions
@@ -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 |