aboutsummaryrefslogtreecommitdiffstats
path: root/stack.yaml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-09-23 15:02:46 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit51c3993f0a84b3de57bae480ce7bb14a1408f25e (patch)
tree692ecf7b67371f25a5d9d5dbeecc449484dd75e5 /stack.yaml
parent89a6e5d5a4ab10a5dbc70e891499db851896ac7d (diff)
Implement parser
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 0a4ef42..703378b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -5,4 +5,6 @@ resolver:
compiler: ghc-9.4.2
require-stack-version: ==2.7.5
extra-deps:
- - haskeline-0.8.2 \ No newline at end of file
+ - haskeline-0.8.2
+ - regex-base-0.94.0.2
+ - regex-tdfa-1.3.2 \ No newline at end of file