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`
This commit is contained in:
Adam C. Foltzer 2016-01-18 11:44:11 -08:00 committed by Adam C. Foltzer
parent 1b1cdebdd3
commit 31176993e0

View File

@ -226,7 +226,7 @@ executable cryptol-server
, cryptol
, filepath
, monad-control
, optparse-applicative
, optparse-applicative >= 0.12
, text
, transformers
, unix