From 494422c84ac6e4a3a1b630f92dcb5bdcc37c5611 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Jul 2013 20:50:52 -0400 Subject: [PATCH 1/1] Update "Category" field in the cabal file and remove an unused dependency. --- twat.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/twat.cabal b/twat.cabal index 2c58edc..cfad054 100644 --- a/twat.cabal +++ b/twat.cabal @@ -7,7 +7,7 @@ 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. build-type: Simple @@ -22,7 +22,6 @@ executable twat conduit == 1.*, configurator == 0.2.*, directory == 1.2.*, - HaXml == 1.24.*, http-conduit == 1.9.*, HUnit == 1.2.*, MissingH == 1.*, @@ -81,7 +80,6 @@ test-suite testsuite conduit == 1.*, configurator == 0.2.*, directory == 1.2.*, - HaXml == 1.24.*, http-conduit == 1.9.*, HUnit == 1.2.*, MissingH == 1.*, -- 2.43.2