]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - twat.cabal
Set a lower bound on cmdargs to avoid a bug.
[dead/halcyon.git] / twat.cabal
index 2c58edcaadea266682d729691c34b6afed298171..d8180f9f617286696c8229e5333f1d56e63a24b0 100644 (file)
@@ -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
@@ -18,11 +18,10 @@ executable twat
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
-    cmdargs                     == 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.*,
@@ -77,11 +76,10 @@ test-suite testsuite
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
-    cmdargs                     == 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.*,