From 348bac06785228229d762640a670f5b8e232c63b Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 21 Nov 2015 13:02:30 +0100 Subject: [PATCH] Update a dependency --- scat.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scat.cabal b/scat.cabal index e8413e8..b94ab37 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.1 +version: 1.1.0.2 -- A short (one-line) description of the package. synopsis: Generates unique passwords for various websites from a single password. @@ -72,7 +72,7 @@ executable scat , bytestring , optparse-applicative >= 0.5 , mtl - , vector == 0.10.* + , vector == 0.11.* , ansi-terminal >= 0.6.1 test-suite scat-tests @@ -84,5 +84,5 @@ test-suite scat-tests , bytestring , optparse-applicative >= 0.5 , mtl - , vector == 0.10.* + , vector == 0.11.* , ansi-terminal >= 0.6.1