X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=twat.cabal;h=5e045868870d57a31bc3b74491615381260b8831;hp=6d968deaae55c0490080e3da3e1ffff760f6592c;hb=bbd3f429da0e9e5906f6aecb85f1c00683500428;hpb=46dd961be2bcb7de43c04d27282220ef2b088077 diff --git a/twat.cabal b/twat.cabal index 6d968de..5e04586 100644 --- a/twat.cabal +++ b/twat.cabal @@ -9,15 +9,21 @@ 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.*, + tagsoup == 0.12.*, + text == 0.11.*, time == 1.*