diff options
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/minici.cabal b/minici.cabal index 692dafe..be83193 100644 --- a/minici.cabal +++ b/minici.cabal @@ -21,7 +21,7 @@ maintainer: roman.smrz@seznam.cz executable minici main-is: Main.hs - ghc-options: -Wall + ghc-options: -Wall -threaded -- Modules included in this executable, other than Main. other-modules: Config @@ -51,6 +51,7 @@ executable minici , mtl >=2.2 && <2.3 , parser-combinators >=1.3 && <1.4 , process >=1.6 && <1.7 + , stm >=2.5 && <2.6 , text >=1.2 && <1.3 hs-source-dirs: src default-language: Haskell2010 |