summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2021-12-04 04:33:01 +0100
committerstuebinm2021-12-04 04:34:11 +0100
commit6cfdefc3438100ea829b1c86e790a0f2d56ec503 (patch)
tree04a190c2ddddcfa317bb5fda326f8e6fcaaa7eff /walint.cabal
parentc61f8b2ac2ecf5ff96401e1a913d41a6d5a4a343 (diff)
lots of code reorganising and some deduplication
it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly.
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/walint.cabal b/walint.cabal
index 89096e4..e39e9e3 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -31,7 +31,8 @@ library
CheckDir
LintWriter
Properties
- Tiled2
+ Tiled
+ TiledAbstract
Util
Types
Paths
@@ -63,7 +64,6 @@ executable walint
aeson-pretty,
bytestring,
mtl,
--- bytestring-encoding,
text
hs-source-dirs: src
default-language: Haskell2010