From: Michael Orlitzky Date: Tue, 27 Aug 2013 23:32:55 +0000 (-0400) Subject: Set a lower bound on cmdargs to avoid a bug. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=commitdiff_plain;h=5ced11ea45474f5e17a44b94aea0b844a79fa924;ds=sidebyside Set a lower bound on cmdargs to avoid a bug. --- diff --git a/twat.cabal b/twat.cabal index cfad054..d8180f9 100644 --- a/twat.cabal +++ b/twat.cabal @@ -18,7 +18,7 @@ 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.*, @@ -76,7 +76,7 @@ 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.*,