From: Michael Orlitzky Date: Wed, 18 Dec 2013 07:29:11 +0000 (-0500) Subject: Bump the cmdargs dependency to fix a bug. X-Git-Tag: 0.0.2~45 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=5eece26fd6363c5f9af69762cd1c61fb95bd9091 Bump the cmdargs dependency to fix a bug. --- diff --git a/htsn.cabal b/htsn.cabal index 6e93549..ed97657 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -18,7 +18,7 @@ executable htsn build-depends: ansi-terminal == 0.6.*, base == 4.*, - cmdargs >= 0.10.5, + cmdargs >= 0.10.6, configurator == 0.2.*, directory == 1.2.*, filepath == 1.3.*,