From 16256562f1ac934dde02cad53414883ff6fe0bb9 Mon Sep 17 00:00:00 2001 From: "Adam C. Baker" Date: Thu, 4 Sep 2014 12:45:58 -0700 Subject: [PATCH] nail down optparse-applicative version --- dbapi.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbapi.cabal b/dbapi.cabal index 5acd07dd4..0ddd649e9 100644 --- a/dbapi.cabal +++ b/dbapi.cabal @@ -42,8 +42,8 @@ executable dbapi , case-insensitive , http-types, scientific, time , bytestring, aeson, network - , text, optparse-applicative - , containers + , text , containers + , optparse-applicative >= 0.9.1 && < 0.10 , unordered-containers , regex-base , http-media, regex-tdfa