summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-08-21 19:31:07 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2022-08-22 22:48:16 +0200
commit2a77d6bd5d932865217509464c80c087bef5c9ae (patch)
tree9da274411938bd30548723104e9a336d5732ae68 /erebos-tester.cabal
parentf40765688cc5c383cbf07550b06e7843e3acfe45 (diff)
Generic expression parser with integer operators
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index ed6398b..ea82eb0 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -63,6 +63,7 @@ executable erebos-tester-core
lens >=5.0 && <5.2,
megaparsec >=9.0 && <10,
mtl ^>=2.2.2,
+ parser-combinators >=1.3 && <1.4,
process ^>=1.6.9,
regex-tdfa ^>=1.3.1.0,
scientific >=0.3 && < 0.4,