]> gitweb.michael.orlitzky.com - dead/halcyon.git/commitdiff
Set a lower bound on cmdargs to avoid a bug.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Aug 2013 23:32:55 +0000 (19:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Aug 2013 23:32:55 +0000 (19:32 -0400)
twat.cabal

index cfad0541f2755267cf2bb4717335dd4842eff4bc..d8180f9f617286696c8229e5333f1d56e63a24b0 100644 (file)
@@ -18,7 +18,7 @@ executable twat
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
-    cmdargs                     == 0.10.*,
+    cmdargs                     >= 0.10.5,
     conduit                     == 1.*,
     configurator                == 0.2.*,
     directory                   == 1.2.*,
     conduit                     == 1.*,
     configurator                == 0.2.*,
     directory                   == 1.2.*,
@@ -76,7 +76,7 @@ test-suite testsuite
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
     authenticate-oauth          == 1.4.*,
     base                        == 4.*,
     bytestring                  == 0.10.*,
-    cmdargs                     == 0.10.*,
+    cmdargs                     >= 0.10.5,
     conduit                     == 1.*,
     configurator                == 0.2.*,
     directory                   == 1.2.*,
     conduit                     == 1.*,
     configurator                == 0.2.*,
     directory                   == 1.2.*,