summaryrefslogtreecommitdiff
path: root/tiled-hs.cabal
diff options
context:
space:
mode:
authorstuebinm2021-09-18 02:09:27 +0200
committerstuebinm2021-09-18 02:09:27 +0200
commit0bd2e836d96fe864b00d2085f29e932130722cc3 (patch)
tree672cc7c3abd645d0fccd0d7a2061ad96bf9c9cb0 /tiled-hs.cabal
parent1c82540aeea7636a6cfd25acfdd28c1029f5669f (diff)
moved types into Types.hs
it's almost as if there's some structure to this code!
Diffstat (limited to 'tiled-hs.cabal')
-rw-r--r--tiled-hs.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tiled-hs.cabal b/tiled-hs.cabal
index 9b7b171..4da4a45 100644
--- a/tiled-hs.cabal
+++ b/tiled-hs.cabal
@@ -31,6 +31,7 @@ library
Properties
Tiled2
Util
+ Types
build-depends: base ^>=4.14.1.0,
aeson,
bytestring,