From b571738af4ed37da0f3dacfb5bba41bbfe66aea0 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 13 Aug 2021 07:38:29 +0200 Subject: [PATCH] Allow transformers 0.6 (#82) --- optparse-generic.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optparse-generic.cabal b/optparse-generic.cabal index df9be8e..3723eaa 100644 --- a/optparse-generic.cabal +++ b/optparse-generic.cabal @@ -27,7 +27,7 @@ Library base >= 4.6 && < 5 , system-filepath >= 0.3.1 && < 0.5 , text < 1.3 , - transformers >= 0.2.0.0 && < 0.6 , + transformers >= 0.2.0.0 && < 0.7 , Only < 0.2 , optparse-applicative >= 0.16.0.0 && < 0.17, time >= 1.5 && < 1.13,