packages feed

Cabal revisions of vector-th-unbox-0.2.1.7

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:           vector-th-unbox version:        0.2.1.7+x-revision:     1 synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell description:     A Template Haskell deriver for unboxed vectors, given a pair of coercion cabal-version:  >= 1.10 tested-with:     GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,-    GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1+    GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1  source-repository head     type:       git         Data.Vector.Unboxed.Deriving      build-depends:-        base >= 4.5 && < 4.14,-        template-haskell >= 2.5 && <2.16,+        base >= 4.5 && < 4.15,+        template-haskell >= 2.5 && <2.17,         vector >= 0.7.1 && <0.13  test-suite sanity