diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-02 21:51:30 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-12-02 21:51:30 +0100 |
commit | a675117ab8a6d62edfe7438f25d82d80df3b8f6a (patch) | |
tree | 1eb9eb3a074edc04e8223786579e8ed9744c0a24 /minici.cabal | |
parent | 55cead7b8d31f5e5fe09df0588abf736a465c0eb (diff) |
Write recipe output and status to log files
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minici.cabal b/minici.cabal index 1dce029..8858889 100644 --- a/minici.cabal +++ b/minici.cabal @@ -42,6 +42,7 @@ executable minici -- other-extensions: build-depends: base ^>=4.15.1.0 , directory >=1.3 && <1.4 + , filepath >=1.4 && <1.5 , mtl >=2.2 && <2.3 , process >=1.6 && <1.7 , text >=1.2 && <1.3 |