Rework command dispatch
[xyz.git] / package.yaml
index 5330be3..96e0fc0 100644 (file)
@@ -1,7 +1,7 @@
 name:                xyz
 version:             0.1.0.0
 license:             GPL-3
-author:              "Camerony Ball"
+author:              "Cameron Ball"
 maintainer:          "cameron@cameron1729.xyz"
 copyright:           "2019 Cameron Ball"
 
@@ -25,6 +25,16 @@ dependencies:
 - time
 - filepath
 - template
+- json
+- filesystem-trees
+- process
+- aeson
+- bytestring
+- tuple
+- transformers
+- utf8-string
+- mtl
+- errors
 
 library:
   source-dirs: src
@@ -40,6 +50,10 @@ executables:
     dependencies:
     - xyz
 
+default-extensions:
+- OverloadedStrings
+- TupleSections
+
 tests:
   xyz-test:
     main:                Spec.hs