From 31176993e0914e72d1240fd13af1d81a189c522d Mon Sep 17 00:00:00 2001 From: "Adam C. Foltzer" Date: Mon, 18 Jan 2016 11:44:11 -0800 Subject: [PATCH] add lower bound for `optparse-applicative` With the newer `transformers-compat` release, cabal was resolving this dependency all the way back to `0.0.1` --- cryptol.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptol.cabal b/cryptol.cabal index 0a2a5271..36a841d4 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -226,7 +226,7 @@ executable cryptol-server , cryptol , filepath , monad-control - , optparse-applicative + , optparse-applicative >= 0.12 , text , transformers , unix