summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-09-03 21:35:10 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2022-09-08 22:00:00 +0200
commita2e5eecf0bc013f411335cbda1be51c933c36bf9 (patch)
treef059b15b4d61ecc1466daa950db7e656b3b29b07 /erebos-tester.cabal
parent4afe27c6da9cf37ca3666ff95c5cb096e03fb20b (diff)
Command parser using applicative functor
Arbitrary string and regex expressions are now also accepted as parameters instead of literals only.
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index ea82eb0..37d316b 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -40,8 +40,7 @@ executable erebos-tester-core
Test
Util
other-extensions: TemplateHaskell
- default-extensions: DeriveGeneric
- ExistentialQuantification
+ default-extensions: ExistentialQuantification
FlexibleContexts
FlexibleInstances
GADTs