summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal23
1 files changed, 21 insertions, 2 deletions
diff --git a/walint.cabal b/walint.cabal
index 94d79f5..0bc387a 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -28,8 +28,6 @@ library
LintWriter
Paths
Properties
- Tiled
- TiledAbstract
Uris
Paths_walint
hs-source-dirs:
@@ -53,12 +51,33 @@ library
, regex-tdfa
, text
, text-metrics
+ , tiled
, transformers
, universum
, uri-encode
, vector
default-language: Haskell2010
+library tiled
+ exposed-modules:
+ Data.Tiled
+ Data.Tiled.Abstract
+ other-modules:
+ Paths_walint
+ hs-source-dirs:
+ tiled
+ default-extensions:
+ NoImplicitPrelude
+ ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
+ build-depends:
+ aeson
+ , base
+ , bytestring
+ , text
+ , universum
+ , vector
+ default-language: Haskell2010
+
executable walint
main-is: Main.hs
other-modules: