summaryrefslogtreecommitdiff
path: root/tiled-hs.cabal
diff options
context:
space:
mode:
authorstuebinm2021-09-30 14:01:25 +0200
committerstuebinm2021-09-30 14:01:25 +0200
commite68d652323e454abf7e6c01ecedd919859cf9274 (patch)
treec64dc6b857b69d599b3b9e74923eca46301eb6ec /tiled-hs.cabal
parentca8552c4eb69b2b8267fe0046320bccf9f547b52 (diff)
nicer json output which leaks less haskell names
Diffstat (limited to '')
-rw-r--r--tiled-hs.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tiled-hs.cabal b/tiled-hs.cabal
index 05ba0eb..84f8a4b 100644
--- a/tiled-hs.cabal
+++ b/tiled-hs.cabal
@@ -45,7 +45,8 @@ library
either,
filepath,
getopt-generics,
- regex-tdfa ^>= 1.3.1.1
+ regex-tdfa ^>= 1.3.1.1,
+ extra
-- TODO: move more stuff into lib, these dependencies are silly
executable tiled-hs