diff options
Diffstat (limited to 'much.cabal')
-rw-r--r-- | much.cabal | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -37,13 +37,18 @@ executable much-kmein ghc-options: -O2 -threaded -with-rtsopts=-N build-depends: much , base - , unix - , scanner , blessings + , bytestring + , containers + , filepath , hyphenation , linebreak - , containers + , process , rosezipper + , scanner + , text + , time + , unix library hs-source-dirs: src |