diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-05 17:47:54 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-07-11 15:24:37 +0200 |
| commit | 4d2de6a51f555cb2365e161c082223e7d9f21bc8 (patch) | |
| tree | c4c19abb35253db98f65d249539198496ebce0bc /minici.cabal | |
| parent | 0b3b675bfc9e78ee563d526f17184e317a962ae8 (diff) | |
Range expression parsing
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 2170785..0a35b53 100644 --- a/minici.cabal +++ b/minici.cabal @@ -96,6 +96,7 @@ executable minici Glob ^>= { 0.10.2 }, hinotify ^>= { 0.4 }, HsYAML ^>= { 0.2 }, + megaparsec ^>= { 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8 }, mtl ^>= { 2.2, 2.3 }, parser-combinators ^>= { 1.3 }, process ^>= { 1.6 }, |