X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=twat.cabal;h=d8180f9f617286696c8229e5333f1d56e63a24b0;hp=12c978ede25872d620e2baa1db72a6681b77ecdb;hb=5ced11ea45474f5e17a44b94aea0b844a79fa924;hpb=4cc476a2714260980899ca5358196bbf5226b3c2 diff --git a/twat.cabal b/twat.cabal index 12c978e..d8180f9 100644 --- a/twat.cabal +++ b/twat.cabal @@ -7,9 +7,9 @@ license: GPL-3 license-file: doc/LICENSE homepage: http://michael.orlitzky.com/code/twat.php bug-reports: mailto:michael@orlitzky.com -category: Math +category: Utils, Web synopsis: - Twat twats tweets so you don't have to twitter. + Twat twats tweets so you don't have to Twitter. build-type: Simple executable twat @@ -18,9 +18,10 @@ executable twat authenticate-oauth == 1.4.*, base == 4.*, bytestring == 0.10.*, + cmdargs >= 0.10.5, conduit == 1.*, + configurator == 0.2.*, directory == 1.2.*, - HaXml == 1.24.*, http-conduit == 1.9.*, HUnit == 1.2.*, MissingH == 1.*, @@ -46,6 +47,7 @@ executable twat ExitCodes Html Mail + OptionalConfiguration StringUtils Twitter.Http Twitter.Status @@ -74,9 +76,10 @@ test-suite testsuite authenticate-oauth == 1.4.*, base == 4.*, bytestring == 0.10.*, + cmdargs >= 0.10.5, conduit == 1.*, + configurator == 0.2.*, directory == 1.2.*, - HaXml == 1.24.*, http-conduit == 1.9.*, HUnit == 1.2.*, MissingH == 1.*,