summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--walint.cabal (renamed from tiled-hs.cabal)8
1 files changed, 4 insertions, 4 deletions
diff --git a/tiled-hs.cabal b/walint.cabal
index 84f8a4b..1de7798 100644
--- a/tiled-hs.cabal
+++ b/walint.cabal
@@ -1,5 +1,5 @@
cabal-version: 2.4
-name: tiled-hs
+name: walint
version: 0.1.0.0
-- A short (one-line) description of the package.
@@ -45,15 +45,15 @@ library
either,
filepath,
getopt-generics,
- regex-tdfa ^>= 1.3.1.1,
+ regex-tdfa,
extra
-- TODO: move more stuff into lib, these dependencies are silly
-executable tiled-hs
+executable walint
main-is: Main.hs
ghc-options: -Wall
build-depends: base ^>=4.14.1.0,
- tiled-hs,
+ walint,
getopt-generics,
aeson,
aeson-pretty,