diff options
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 |