From 848abcfa1e63e5de6f1ee6dadf86436d9713f110 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 16 Sep 2018 18:49:52 +1000 Subject: [PATCH] cabal: Version 0.8.0.0 Some time between 0.7.0.1 and the 0.7.0.2 release the `Lexicographic` class changed breaking the PVP. Releasing a new major version and will blacklist/deprecate the broken versions. Closes: https://github.com/erikd/vector-algorithms/issues/9 --- vector-algorithms.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index 14747d5..abe4aca 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -1,5 +1,5 @@ name: vector-algorithms -version: 0.7.0.4 +version: 0.8.0.0 license: BSD3 license-file: LICENSE author: Dan Doel @@ -139,7 +139,7 @@ test-suite properties base, bytestring, containers, - QuickCheck >= 2, + QuickCheck > 2.9 && < 2.12, vector, vector-algorithms