]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - twat.cabal
Add an OptionalConfiguration type and parse one from ~/.twatrc.
[dead/halcyon.git] / twat.cabal
index 12c978ede25872d620e2baa1db72a6681b77ecdb..c2890fe6e29ea6e0151e97273837b5a13c0ac05b 100644 (file)
@@ -19,6 +19,7 @@ executable twat
     base                        == 4.*,
     bytestring                  == 0.10.*,
     conduit                     == 1.*,
+    configurator                == 0.2.*,
     directory                   == 1.2.*,
     HaXml                       == 1.24.*,
     http-conduit                == 1.9.*,
@@ -46,6 +47,7 @@ executable twat
     ExitCodes
     Html
     Mail
+    OptionalConfiguration
     StringUtils
     Twitter.Http
     Twitter.Status
@@ -75,6 +77,7 @@ test-suite testsuite
     base                        == 4.*,
     bytestring                  == 0.10.*,
     conduit                     == 1.*,
+    configurator                == 0.2.*,
     directory                   == 1.2.*,
     HaXml                       == 1.24.*,
     http-conduit                == 1.9.*,