From 9a1f16c1cf259cb9750f5245773bbe451d1a582f Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Tue, 9 Aug 2022 07:05:06 -0400
Subject: [PATCH] Include revisions in vector-th-unbox-0.2.2 patch

---
 patches/vector-th-unbox-0.2.2.patch | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/patches/vector-th-unbox-0.2.2.patch b/patches/vector-th-unbox-0.2.2.patch
index fffc06a9..04cb1222 100644
--- a/patches/vector-th-unbox-0.2.2.patch
+++ b/patches/vector-th-unbox-0.2.2.patch
@@ -1,11 +1,11 @@
 diff --git a/vector-th-unbox.cabal b/vector-th-unbox.cabal
-index 84b5241..964b584 100644
+index 84b5241..6298520 100644
 --- a/vector-th-unbox.cabal
 +++ b/vector-th-unbox.cabal
 @@ -1,5 +1,6 @@
  name:           vector-th-unbox
  version:        0.2.2
-+x-revision: 1
++x-revision: 3
  synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell
  description:
      A Template Haskell deriver for unboxed vectors, given a pair of coercion
@@ -14,9 +14,10 @@ index 84b5241..964b584 100644
  
      build-depends:
 -        base >= 4.5 && < 4.17,
-+        base >= 4.9 && < 4.17,
-         template-haskell >= 2.5 && <2.19,
+-        template-haskell >= 2.5 && <2.19,
 -        vector >= 0.7.1 && <0.13
++        base >= 4.9 && < 4.18,
++        template-haskell >= 2.5 && <2.20,
 +        vector >= 0.7.1 && <0.14
  
  test-suite sanity
-- 
GitLab