From 9ba5c1b9a73aad1e2d57ec5521e4f9d0a1565d6f Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Tue, 3 Jun 2014 10:58:01 +0200
Subject: [PATCH] Perform minor version bump to rectify PVP violation

The patch-level bump in 60cbe2c6ec2796da4d187caf018ed24d697f1f09 didn't suffice
to conform to the PVP, as in 3cbb0ec457358bc55ee0a2408bb60d45f4f01acf a new instance
was defined, therefore at least a minor version bump would have been needed.

By uploading a 0.10.10.0 release, and declaring the 0.10.9.3 release a "non-preferred"
release, everything should be fine again.
---
 changelog    | 6 +++++-
 vector.cabal | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index d9e8f49..ed87846 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,8 @@
-Changes in version 0.10.9.3
+Changes in version 0.10.10.0
+
+ * Minor version bump to rectify PVP violation occured in 0.10.9.3 release
+
+Changes in version 0.10.9.3 (deprecated)
 
  * Add support for OverloadedLists in GHC >= 7.8
 
diff --git a/vector.cabal b/vector.cabal
index a1b98f1..6d2ffe3 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
 Name:           vector
-Version:        0.10.9.3
+Version:        0.10.10.0
 -- don't forget to update the changelog file!
 License:        BSD3
 License-File:   LICENSE
-- 
GitLab