From 441293a9c1d6dd17fa64673a0300bee6d84e52b2 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sat, 27 May 2017 16:59:57 +0200 Subject: [PATCH] Match current stackage nightly optparse-applicative --- ghc-mod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 86c4ee5..3506d8a 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -193,7 +193,7 @@ Library , hlint < 2.1 && >= 2.0.8 , monad-control < 1.1 && >= 1 , monad-journal < 0.8 && >= 0.4 - , optparse-applicative == 0.13.0.* + , optparse-applicative < 0.14 && >= 0.13.0.* , pipes < 4.4 && >= 4.1 , safe < 0.4 && >= 0.3.9 , semigroups < 0.19 && >= 0.10.0 @@ -233,7 +233,7 @@ Executable ghc-mod , base < 4.10 && >= 4.6.0.1 , fclabels < 2.1 && >= 2.0 , monad-control < 1.1 && >= 1 - , optparse-applicative == 0.13.0.* + , optparse-applicative < 0.14 && >= 0.13.0.* , semigroups < 0.19 && >= 0.10.0 , split < 0.3 && >= 0.2.2