From 2380a6292c05afde11462245465bde0ab0c26309 Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Thu, 4 Sep 2014 07:17:30 +0200 Subject: [PATCH] Ruled out incompatible version of optparse-applicative. --- scat.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scat.cabal b/scat.cabal index aa06139..3633e77 100644 --- a/scat.cabal +++ b/scat.cabal @@ -10,7 +10,7 @@ name: scat -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 1.1.0.0 +version: 1.1.0.1 -- A short (one-line) description of the package. synopsis: Generates unique passwords for various websites from a single password. @@ -70,7 +70,7 @@ executable scat build-depends: base >=4.5 && <5 , scrypt == 0.5.* , bytestring - , optparse-applicative >= 0.5 + , optparse-applicative >= 0.5 && <0.10 , mtl , vector == 0.10.* , ansi-terminal >= 0.6.1