]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - twat.cabal
Rewrite everything to use the JSON API with OAuth authentication.
[dead/halcyon.git] / twat.cabal
index 6d968deaae55c0490080e3da3e1ffff760f6592c..8a11081d0377b7edbf30d96386d524ed5475de08 100644 (file)
@@ -9,15 +9,20 @@ build-type:     Simple
 
 executable twat
   build-depends:
+    aeson                       == 0.6.*,
+    authenticate-oauth          == 1.4.*,
     base                        == 4.*,
-    curl                        == 1.3.*,
-    directory                   == 1.1.*,
-    HaXml                       == 1.23.*,
+    bytestring                  == 0.10.*,
+    conduit                     == 1.*,
+    directory                   == 1.2.*,
+    HaXml                       == 1.24.*,
+    http-conduit                == 1.9.*,
     HUnit                       == 1.2.*,
     MissingH                    == 1.*,
     process                     == 1.*,
     old-locale                  == 1.*,
     regex-compat                == 0.*,
+    text                        == 0.11.*,
     time                        == 1.*