diff options
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 |