From: Michael Orlitzky Date: Fri, 12 Oct 2012 00:11:50 +0000 (-0400) Subject: Bump the cmdargs dep to 0.10.*. X-Git-Tag: 0.0.1~29 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=b494ff845304fe1f255130539e271e6bfc2a5d3e Bump the cmdargs dep to 0.10.*. --- diff --git a/spline3.cabal b/spline3.cabal index fe196f1..e09f804 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -29,7 +29,7 @@ flag LLVM executable spline3 build-depends: base == 4.5.*, - cmdargs == 0.9.*, + cmdargs == 0.10.*, filepath == 1.*, MissingH == 1.1.*, repa == 3.2.*, @@ -122,7 +122,7 @@ test-suite testsuite main-is: TestSuite.hs build-depends: base == 4.5.*, - cmdargs == 0.9.*, + cmdargs == 0.10.*, filepath == 1.*, MissingH == 1.1.*, repa == 3.2.*,