summaryrefslogtreecommitdiff
path: root/tiled-hs.cabal
diff options
context:
space:
mode:
authorstuebinm2021-09-20 20:41:31 +0200
committerstuebinm2021-09-20 20:41:31 +0200
commit727f2cbc5feb3cdd30df3c78f39ba4a58e6c4832 (patch)
tree4b70ceeefc5f05b9aecff85488faf471adbcfa4d /tiled-hs.cabal
parentd3548568e33e830bc2bdb8dc51e48ad880747a12 (diff)
simple parsing of local dependency paths
Diffstat (limited to '')
-rw-r--r--tiled-hs.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/tiled-hs.cabal b/tiled-hs.cabal
index 4da4a45..3740fd3 100644
--- a/tiled-hs.cabal
+++ b/tiled-hs.cabal
@@ -32,6 +32,7 @@ library
Tiled2
Util
Types
+ Paths
build-depends: base ^>=4.14.1.0,
aeson,
bytestring,
@@ -40,7 +41,8 @@ library
vector,
transformers,
mtl,
- either
+ either,
+ regex-tdfa ^>= 1.3.1.1
-- TODO: move more stuff into lib, these dependencies are silly
executable tiled-hs