From 048529bcb06601ee4ff91190b823ba00beba1a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 19 Jan 2023 23:10:32 +0100 Subject: Artifacts stored for other jobs --- minici.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'minici.cabal') 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 -- cgit v1.2.3