From e37300d13bdd58d98608ed1f2673cfce3c3e306f Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 27 Sep 2015 09:29:51 -0700 Subject: [PATCH] Increased upper bound on `optparse-applicative` --- turtle.cabal | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/turtle.cabal b/turtle.cabal index 6b8dfb5..33f81e3 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -46,23 +46,23 @@ Source-Repository head Library HS-Source-Dirs: src Build-Depends: - base >= 4.5 && < 5 , - async >= 2.0.0.0 && < 2.1, - clock >= 0.4.1.2 && < 0.6, - directory >= 1.0.7 && < 1.3, - foldl >= 1.1 && < 1.2, - hostname < 1.1, - managed < 1.1, - process >= 1.0.1.1 && < 1.3, - system-filepath >= 0.3.1 && < 0.5, - system-fileio >= 0.2.1 && < 0.4, - stm < 2.5, - temporary < 1.3, - text < 1.3, - time < 1.6, - transformers >= 0.2.0.0 && < 0.5, - optparse-applicative >= 0.11 && < 0.12, - optional-args >= 1.0 && < 2.0 + base >= 4.5 && < 5 , + async >= 2.0.0.0 && < 2.1, + clock >= 0.4.1.2 && < 0.6, + directory >= 1.0.7 && < 1.3, + foldl >= 1.1 && < 1.2, + hostname < 1.1, + managed < 1.1, + process >= 1.0.1.1 && < 1.3, + system-filepath >= 0.3.1 && < 0.5, + system-fileio >= 0.2.1 && < 0.4, + stm < 2.5, + temporary < 1.3, + text < 1.3, + time < 1.6, + transformers >= 0.2.0.0 && < 0.5, + optparse-applicative >= 0.11 && < 0.13, + optional-args >= 1.0 && < 2.0 if os(windows) Build-Depends: Win32 >= 2.2.0.1 && < 2.4 else