diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-01-19 23:10:32 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-01-20 20:36:28 +0100 |
commit | 048529bcb06601ee4ff91190b823ba00beba1a6a (patch) | |
tree | 46c8e4bf799b71dea270eb7d36057eb3ee9a169d /minici.cabal | |
parent | 0c364245db08265992de49560977063bbb271163 (diff) |
Artifacts stored for other jobs
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 |