summaryrefslogtreecommitdiff
path: root/minici.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-04-13 10:57:56 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-04-15 19:51:22 +0200
commit30e91608555839e3cb0113cdbd670e76d2d35508 (patch)
tree7d5050c075dd60534ccb381fbfaa406e7db23cfb /minici.cabal
parentd0ade87f13dec39eb3b62cac34c3fe31135a14f8 (diff)
Output style options
Changelog: Added `--terminal-output` and `--log-output` options to set output style
Diffstat (limited to 'minici.cabal')
-rw-r--r--minici.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/minici.cabal b/minici.cabal
index aa7561c..a7e69b7 100644
--- a/minici.cabal
+++ b/minici.cabal
@@ -55,6 +55,7 @@ executable minici
Eval
Job
Job.Types
+ Output
Paths_minici
Repo
Terminal
@@ -86,6 +87,7 @@ executable minici
TemplateHaskell
build-depends:
+ ansi-terminal ^>= { 0.11, 1.0, 1.1 },
base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21 },
bytestring ^>= { 0.10, 0.11, 0.12 },
containers ^>= { 0.6, 0.7 },