X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=twat.cabal;h=8a11081d0377b7edbf30d96386d524ed5475de08;hp=6d968deaae55c0490080e3da3e1ffff760f6592c;hb=9b6d95a82745ced2a58d9bc4ded555ee36b36673;hpb=81f6cb2ec955695d8d1a4619dab69e8fa4b3fb27 diff --git a/twat.cabal b/twat.cabal index 6d968de..8a11081 100644 --- a/twat.cabal +++ b/twat.cabal @@ -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.*