From 9fa662fa8ea24478949099d465efb8eb6599e745 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 27 Sep 2012 00:03:00 -0400 Subject: [PATCH] Bump cmdargs dependency to 0.10.*. --- lwn-epub.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 61b3270..48b9698 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -21,7 +21,7 @@ executable lwn-epub build-depends: base == 4.5.*, bytestring == 0.9.*, - cmdargs == 0.9.*, + cmdargs == 0.10.*, ConfigFile == 1.*, containers == 0.*, directory == 1.1.*, @@ -74,7 +74,7 @@ test-suite testsuite build-depends: base == 4.5.*, bytestring == 0.9.*, - cmdargs == 0.9.*, + cmdargs == 0.10.*, ConfigFile == 1.*, containers == 0.*, directory == 1.1.*, -- 2.43.2