packages feed

Cabal revisions of vector-th-unbox-0.2.2

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

revision 1
-name:           vector-th-unbox-version:        0.2.2-synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell-description:-    A Template Haskell deriver for unboxed vectors, given a pair of coercion-    functions to and from some existing type with an Unbox instance.-    .-    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.-stability:      experimental-homepage:       https://github.com/tsurucapital/vector-th-unbox-license:        BSD3-license-file:   LICENSE-copyright:      (c) 2012-2015 Liyang HU-author:         Liyang HU <vector-th-unbox@liyang.hu>-maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>-category:       Data-build-type:     Simple-cabal-version:  >= 1.10-tested-with:-  GHC == 8.0.2,-  GHC == 8.2.2,-  GHC == 8.4.4,-  GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC ==9.2.1-extra-source-files:-  CHANGELOG.md-  README.md--source-repository head-    type:       git-    location:   http://github.com/tsurucapital/vector-th-unbox--library-    default-language: Haskell2010-    exposed-modules:-        Data.Vector.Unboxed.Deriving--    build-depends:-        base >= 4.5 && < 4.17,-        template-haskell >= 2.5 && <2.19,-        vector >= 0.7.1 && <0.13--test-suite sanity-    default-language: Haskell2010-    type: exitcode-stdio-1.0-    hs-source-dirs: tests-    main-is: sanity.hs-    build-depends:-        base,-        data-default,-        vector,-        vector-th-unbox-    ghc-options: -Wall---- vim: et sw=4 ts=4 sts=4:-+name:           vector-th-unbox
+version:        0.2.2
+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
+    functions to and from some existing type with an Unbox instance.
+    .
+    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
+stability:      experimental
+homepage:       https://github.com/tsurucapital/vector-th-unbox
+license:        BSD3
+license-file:   LICENSE
+copyright:      (c) 2012-2015 Liyang HU
+author:         Liyang HU <vector-th-unbox@liyang.hu>
+maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>
+category:       Data
+build-type:     Simple
+cabal-version:  >= 1.10
+tested-with:
+  GHC == 8.0.2,
+  GHC == 8.2.2,
+  GHC == 8.4.4,
+  GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC ==9.2.1
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+source-repository head
+    type:       git
+    location:   http://github.com/tsurucapital/vector-th-unbox
+
+library
+    default-language: Haskell2010
+    exposed-modules:
+        Data.Vector.Unboxed.Deriving
+
+    build-depends:
+        base >= 4.9 && < 4.17,
+        template-haskell >= 2.5 && <2.19,
+        vector >= 0.7.1 && <0.13
+
+test-suite sanity
+    default-language: Haskell2010
+    type: exitcode-stdio-1.0
+    hs-source-dirs: tests
+    main-is: sanity.hs
+    build-depends:
+        base,
+        data-default,
+        vector,
+        vector-th-unbox
+    ghc-options: -Wall
+
+-- vim: et sw=4 ts=4 sts=4:
+
revision 2
 name:           vector-th-unbox
 version:        0.2.2
-x-revision: 1
+x-revision: 2
 synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell
 description:
     A Template Haskell deriver for unboxed vectors, given a pair of coercion
     build-depends:
         base >= 4.9 && < 4.17,
         template-haskell >= 2.5 && <2.19,
-        vector >= 0.7.1 && <0.13
+        vector >= 0.7.1 && <0.14
 
 test-suite sanity
     default-language: Haskell2010
revision 3
 name:           vector-th-unbox
 version:        0.2.2
-x-revision: 2
+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
         Data.Vector.Unboxed.Deriving
 
     build-depends:
-        base >= 4.9 && < 4.17,
-        template-haskell >= 2.5 && <2.19,
+        base >= 4.9 && < 4.18,
+        template-haskell >= 2.5 && <2.20,
         vector >= 0.7.1 && <0.14
 
 test-suite sanity
revision 4
-name:           vector-th-unbox
-version:        0.2.2
-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
-    functions to and from some existing type with an Unbox instance.
-    .
-    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
-stability:      experimental
-homepage:       https://github.com/tsurucapital/vector-th-unbox
-license:        BSD3
-license-file:   LICENSE
-copyright:      (c) 2012-2015 Liyang HU
-author:         Liyang HU <vector-th-unbox@liyang.hu>
-maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>
-category:       Data
-build-type:     Simple
-cabal-version:  >= 1.10
-tested-with:
-  GHC == 8.0.2,
-  GHC == 8.2.2,
-  GHC == 8.4.4,
-  GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC ==9.2.1
-extra-source-files:
-  CHANGELOG.md
-  README.md
-
-source-repository head
-    type:       git
-    location:   http://github.com/tsurucapital/vector-th-unbox
-
-library
-    default-language: Haskell2010
-    exposed-modules:
-        Data.Vector.Unboxed.Deriving
-
-    build-depends:
-        base >= 4.9 && < 4.18,
-        template-haskell >= 2.5 && <2.20,
-        vector >= 0.7.1 && <0.14
-
-test-suite sanity
-    default-language: Haskell2010
-    type: exitcode-stdio-1.0
-    hs-source-dirs: tests
-    main-is: sanity.hs
-    build-depends:
-        base,
-        data-default,
-        vector,
-        vector-th-unbox
-    ghc-options: -Wall
-
--- vim: et sw=4 ts=4 sts=4:
-
+name:           vector-th-unbox+version:        0.2.2+x-revision:     4+synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell+description:+    A Template Haskell deriver for unboxed vectors, given a pair of coercion+    functions to and from some existing type with an Unbox instance.+    .+    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.+stability:      experimental+homepage:       https://github.com/tsurucapital/vector-th-unbox+license:        BSD3+license-file:   LICENSE+copyright:      (c) 2012-2015 Liyang HU+author:         Liyang HU <vector-th-unbox@liyang.hu>+maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>+category:       Data+build-type:     Simple+cabal-version:  >= 1.10++tested-with:+  GHC == 9.6.1+  GHC == 9.4.4+  GHC == 9.2.7+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2++extra-source-files:+  CHANGELOG.md+  README.md++source-repository head+    type:       git+    location:   http://github.com/tsurucapital/vector-th-unbox++library+    default-language: Haskell2010+    exposed-modules:+        Data.Vector.Unboxed.Deriving++    build-depends:+        base >= 4.9 && < 4.19,+        template-haskell >= 2.5 && <2.21,+        vector >= 0.7.1 && <0.14++test-suite sanity+    default-language: Haskell2010+    type: exitcode-stdio-1.0+    hs-source-dirs: tests+    main-is: sanity.hs+    build-depends:+        base,+        data-default,+        vector,+        vector-th-unbox+    ghc-options: -Wall++-- vim: et sw=4 ts=4 sts=4:
revision 5
 name:           vector-th-unbox version:        0.2.2-x-revision:     4+x-revision:     5 synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell description:     A Template Haskell deriver for unboxed vectors, given a pair of coercion category:       Data build-type:     Simple cabal-version:  >= 1.10- tested-with:-  GHC == 9.6.1-  GHC == 9.4.4-  GHC == 9.2.7-  GHC == 9.0.2-  GHC == 8.10.7-  GHC == 8.8.4-  GHC == 8.6.5-  GHC == 8.4.4-  GHC == 8.2.2-  GHC == 8.0.2-+  GHC == 8.0,+  GHC == 8.2,+  GHC == 8.4,+  GHC == 8.6,+  GHC == 8.8,+  GHC == 8.10,+  GHC == 9.0,+  GHC == 9.2,+  GHC == 9.4,+  GHC == 9.6,+  GHC == 9.8 extra-source-files:   CHANGELOG.md   README.md         Data.Vector.Unboxed.Deriving      build-depends:-        base >= 4.9 && < 4.19,-        template-haskell >= 2.5 && <2.21,+        base >= 4.9 && < 4.20,+        template-haskell >= 2.5 && <2.22,         vector >= 0.7.1 && <0.14  test-suite sanity
revision 6
 name:           vector-th-unbox version:        0.2.2-x-revision:     5+x-revision: 6 synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell description:     A Template Haskell deriver for unboxed vectors, given a pair of coercion build-type:     Simple cabal-version:  >= 1.10 tested-with:-  GHC == 8.0,-  GHC == 8.2,-  GHC == 8.4,-  GHC == 8.6,-  GHC == 8.8,-  GHC == 8.10,-  GHC == 9.0,-  GHC == 9.2,-  GHC == 9.4,+  GHC == 9.8,   GHC == 9.6,-  GHC == 9.8+  GHC == 9.4,+  GHC == 9.2,+  GHC == 9.0,+  GHC == 8.10,+  GHC == 8.8,+  GHC == 8.6,+  GHC == 8.4,+  GHC == 8.2,+  GHC == 8.0 extra-source-files:   CHANGELOG.md   README.md         Data.Vector.Unboxed.Deriving      build-depends:-        base >= 4.9 && < 4.20,-        template-haskell >= 2.5 && <2.22,+        base >= 4.9 && < 4.21,+        template-haskell >= 2.5 && <2.23,         vector >= 0.7.1 && <0.14  test-suite sanity
revision 7
-name:           vector-th-unbox-version:        0.2.2-x-revision: 6-synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell-description:-    A Template Haskell deriver for unboxed vectors, given a pair of coercion-    functions to and from some existing type with an Unbox instance.-    .-    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.-stability:      experimental-homepage:       https://github.com/tsurucapital/vector-th-unbox-license:        BSD3-license-file:   LICENSE-copyright:      (c) 2012-2015 Liyang HU-author:         Liyang HU <vector-th-unbox@liyang.hu>-maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>-category:       Data-build-type:     Simple-cabal-version:  >= 1.10-tested-with:-  GHC == 9.8,-  GHC == 9.6,-  GHC == 9.4,-  GHC == 9.2,-  GHC == 9.0,-  GHC == 8.10,-  GHC == 8.8,-  GHC == 8.6,-  GHC == 8.4,-  GHC == 8.2,-  GHC == 8.0-extra-source-files:-  CHANGELOG.md-  README.md--source-repository head-    type:       git-    location:   http://github.com/tsurucapital/vector-th-unbox--library-    default-language: Haskell2010-    exposed-modules:-        Data.Vector.Unboxed.Deriving--    build-depends:-        base >= 4.9 && < 4.21,-        template-haskell >= 2.5 && <2.23,-        vector >= 0.7.1 && <0.14--test-suite sanity-    default-language: Haskell2010-    type: exitcode-stdio-1.0-    hs-source-dirs: tests-    main-is: sanity.hs-    build-depends:-        base,-        data-default,-        vector,-        vector-th-unbox-    ghc-options: -Wall---- vim: et sw=4 ts=4 sts=4:+name:           vector-th-unbox
+version:        0.2.2
+x-revision: 7
+synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell
+description:
+    A Template Haskell deriver for unboxed vectors, given a pair of coercion
+    functions to and from some existing type with an Unbox instance.
+    .
+    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
+stability:      experimental
+homepage:       https://github.com/tsurucapital/vector-th-unbox
+license:        BSD3
+license-file:   LICENSE
+copyright:      (c) 2012-2015 Liyang HU
+author:         Liyang HU <vector-th-unbox@liyang.hu>
+maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>
+category:       Data
+build-type:     Simple
+cabal-version:  >= 1.10
+tested-with:
+  GHC == 9.8,
+  GHC == 9.6,
+  GHC == 9.4,
+  GHC == 9.2,
+  GHC == 9.0,
+  GHC == 8.10,
+  GHC == 8.8,
+  GHC == 8.6,
+  GHC == 8.4,
+  GHC == 8.2,
+  GHC == 8.0
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+source-repository head
+    type:       git
+    location:   http://github.com/tsurucapital/vector-th-unbox
+
+library
+    default-language: Haskell2010
+    exposed-modules:
+        Data.Vector.Unboxed.Deriving
+
+    build-depends:
+        base >= 4.9 && < 4.22,
+        template-haskell >= 2.5 && <2.23,
+        vector >= 0.7.1 && <0.14
+
+test-suite sanity
+    default-language: Haskell2010
+    type: exitcode-stdio-1.0
+    hs-source-dirs: tests
+    main-is: sanity.hs
+    build-depends:
+        base,
+        data-default,
+        vector,
+        vector-th-unbox
+    ghc-options: -Wall
+
+-- vim: et sw=4 ts=4 sts=4:
revision 8
 name:           vector-th-unbox
 version:        0.2.2
-x-revision: 7
+x-revision: 8
 synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell
 description:
     A Template Haskell deriver for unboxed vectors, given a pair of coercion
 
     build-depends:
         base >= 4.9 && < 4.22,
-        template-haskell >= 2.5 && <2.23,
+        template-haskell >= 2.5 && <2.24,
         vector >= 0.7.1 && <0.14
 
 test-suite sanity
revision 9
-name:           vector-th-unbox
-version:        0.2.2
-x-revision: 8
-synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell
-description:
-    A Template Haskell deriver for unboxed vectors, given a pair of coercion
-    functions to and from some existing type with an Unbox instance.
-    .
-    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
-stability:      experimental
-homepage:       https://github.com/tsurucapital/vector-th-unbox
-license:        BSD3
-license-file:   LICENSE
-copyright:      (c) 2012-2015 Liyang HU
-author:         Liyang HU <vector-th-unbox@liyang.hu>
-maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>
-category:       Data
-build-type:     Simple
-cabal-version:  >= 1.10
-tested-with:
-  GHC == 9.8,
-  GHC == 9.6,
-  GHC == 9.4,
-  GHC == 9.2,
-  GHC == 9.0,
-  GHC == 8.10,
-  GHC == 8.8,
-  GHC == 8.6,
-  GHC == 8.4,
-  GHC == 8.2,
-  GHC == 8.0
-extra-source-files:
-  CHANGELOG.md
-  README.md
-
-source-repository head
-    type:       git
-    location:   http://github.com/tsurucapital/vector-th-unbox
-
-library
-    default-language: Haskell2010
-    exposed-modules:
-        Data.Vector.Unboxed.Deriving
-
-    build-depends:
-        base >= 4.9 && < 4.22,
-        template-haskell >= 2.5 && <2.24,
-        vector >= 0.7.1 && <0.14
-
-test-suite sanity
-    default-language: Haskell2010
-    type: exitcode-stdio-1.0
-    hs-source-dirs: tests
-    main-is: sanity.hs
-    build-depends:
-        base,
-        data-default,
-        vector,
-        vector-th-unbox
-    ghc-options: -Wall
-
--- vim: et sw=4 ts=4 sts=4:
+name:           vector-th-unbox+version:        0.2.2+x-revision:     9+synopsis:       Deriver for Data.Vector.Unboxed using Template Haskell+description:+    A Template Haskell deriver for unboxed vectors, given a pair of coercion+    functions to and from some existing type with an Unbox instance.+    .+    Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.+stability:      experimental+homepage:       https://github.com/tsurucapital/vector-th-unbox+license:        BSD3+license-file:   LICENSE+copyright:      (c) 2012-2015 Liyang HU+author:         Liyang HU <vector-th-unbox@liyang.hu>+maintainer:     Fumiaki Kinoshita <fumiexcel@gmail.com>+category:       Data+build-type:     Simple+cabal-version:  >= 1.10+tested-with:+  GHC == 9.12,+  GHC == 9.10,+  GHC == 9.8,+  GHC == 9.6,+  GHC == 9.4,+  GHC == 9.2,+  GHC == 9.0,+  GHC == 8.10,+  GHC == 8.8,+  GHC == 8.6,+  GHC == 8.4,+  GHC == 8.2,+  GHC == 8.0+extra-source-files:+  CHANGELOG.md+  README.md++source-repository head+    type:       git+    location:   http://github.com/tsurucapital/vector-th-unbox++library+    default-language: Haskell2010+    exposed-modules:+        Data.Vector.Unboxed.Deriving++    build-depends:+        base >= 4.9 && < 4.23,+        template-haskell >= 2.5 && <2.25,+        vector >= 0.7.1 && <0.14++test-suite sanity+    default-language: Haskell2010+    type: exitcode-stdio-1.0+    hs-source-dirs: tests+    main-is: sanity.hs+    build-depends:+        base,+        data-default,+        vector,+        vector-th-unbox+    ghc-options: -Wall++-- vim: et sw=4 ts=4 sts=4:+