diff options
Diffstat (limited to 'tiled-hs.cabal')
-rw-r--r-- | tiled-hs.cabal | 4 |
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 |