Skip to content
Snippets Groups Projects
Commit 9a1f16c1 authored by Ryan Scott's avatar Ryan Scott Committed by Ryan Scott
Browse files

Include revisions in vector-th-unbox-0.2.2 patch

parent 605f08bd
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment