From 791aa99d73e7496fbafb16ac8022dae5aa97f77f Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 23 Feb 2018 09:19:12 -0800 Subject: [PATCH] Increase upper bound on `optparse-generic` --- dhall.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhall.cabal b/dhall.cabal index 95b970851..d131420b9 100644 --- a/dhall.cabal +++ b/dhall.cabal @@ -140,7 +140,7 @@ Executable dhall ansi-terminal >= 0.6.3.1 && < 0.8 , base >= 4 && < 5 , dhall , - optparse-generic >= 1.1.1 && < 1.3 , + optparse-generic >= 1.1.1 && < 1.4 , prettyprinter , prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 , trifecta >= 1.6 && < 1.8 , @@ -171,7 +171,7 @@ Executable dhall-format base >= 4 && < 5 , ansi-terminal >= 0.6.3.1 && < 0.8 , dhall , - optparse-generic >= 1.1.1 && < 1.3 , + optparse-generic >= 1.1.1 && < 1.4 , prettyprinter >= 1.2.0.1 && < 1.3 , prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 , trifecta >= 1.6 && < 1.8 , @@ -186,7 +186,7 @@ Executable dhall-hash Build-Depends: base >= 4 && < 5 , dhall , - optparse-generic >= 1.1.1 && < 1.3, + optparse-generic >= 1.1.1 && < 1.4, trifecta >= 1.6 && < 1.8, text >= 0.11.1.0 && < 1.3 Other-Modules: