From 39cf8f9919ba953f4e782609562781daf3d13868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 5 Dec 2022 22:07:27 +0100 Subject: Read job recipes from config file --- minici.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index 8858889..692dafe 100644 --- a/minici.cabal +++ b/minici.cabal @@ -24,7 +24,8 @@ executable minici ghc-options: -Wall -- Modules included in this executable, other than Main. - -- other-modules: + other-modules: Config + Job -- LANGUAGE extensions used by modules in this package. default-extensions: ExistentialQuantification @@ -35,15 +36,20 @@ executable minici ImportQualifiedPost LambdaCase MultiParamTypeClasses + MultiWayIf OverloadedStrings ScopedTypeVariables TupleSections TypeApplications -- other-extensions: build-depends: base ^>=4.15.1.0 + , bytestring >=0.10 && <0.11 + , containers >=0.6 && <0.7 , directory >=1.3 && <1.4 , filepath >=1.4 && <1.5 + , HsYAML >=0.2 && <0.3 , mtl >=2.2 && <2.3 + , parser-combinators >=1.3 && <1.4 , process >=1.6 && <1.7 , text >=1.2 && <1.3 hs-source-dirs: src -- cgit v1.2.3