packages feed

Cabal revisions of hybrid-vectors-0.2.3

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

revision 1
-name:          hybrid-vectors-category:      Data, Vector-version:       0.2.3-license:       BSD3-cabal-version: >= 1.10-license-file:  LICENSE-author:        Edward A. Kmett-maintainer:    Edward A. Kmett <ekmett@gmail.com>-stability:     experimental-homepage:      http://github.com/ekmett/hybrid-vectors-bug-reports:   http://github.com/ekmett/hybrid-vectors/issues-copyright:     Copyright (C) 2013 Edward A. Kmett-build-type:    Simple-synopsis:      Hybrid vectors e.g. Mixed Boxed/Unboxed vectors-extra-source-files:-  .ghci-  .gitignore-  .vim.custom-description: Hybrid vectors e.g. Mixed Boxed/Unboxed vectors.-tested-with:   GHC == 7.0.4-             , GHC == 7.2.2-             , 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.4-             , GHC == 8.10.7-             , GHC == 9.0.2-             , GHC == 9.2.2--source-repository head-  type: git-  location: git://github.com/ekmett/hybrid-vectors.git--library-  build-depends:-    base          >= 4       && < 5,-    deepseq       >= 1.1     && < 1.5,-    primitive     >= 0.5     && < 0.8,-    vector        >= 0.10    && < 0.14,-    semigroups    >= 0.9     && < 1--  hs-source-dirs: src--  exposed-modules:-    Data.Vector.Hybrid-    Data.Vector.Hybrid.Internal-    Data.Vector.Hybrid.Mutable--  ghc-options: -Wall -O2-  default-language: Haskell2010--  if impl(ghc<6.13)-    Ghc-Options: -finline-if-enough-args -fno-method-sharing--  if impl(ghc >= 8.6)-    ghc-options: -Wno-star-is-type+name:          hybrid-vectors
+category:      Data, Vector
+version:       0.2.3
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.10
+license-file:  LICENSE
+author:        Edward A. Kmett
+maintainer:    Edward A. Kmett <ekmett@gmail.com>
+stability:     experimental
+homepage:      http://github.com/ekmett/hybrid-vectors
+bug-reports:   http://github.com/ekmett/hybrid-vectors/issues
+copyright:     Copyright (C) 2013 Edward A. Kmett
+build-type:    Simple
+synopsis:      Hybrid vectors e.g. Mixed Boxed/Unboxed vectors
+extra-source-files:
+  .ghci
+  .gitignore
+  .vim.custom
+description: Hybrid vectors e.g. Mixed Boxed/Unboxed vectors.
+tested-with:   GHC == 7.0.4
+             , GHC == 7.2.2
+             , 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.4
+             , GHC == 8.10.7
+             , GHC == 9.0.2
+             , GHC == 9.2.2
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/hybrid-vectors.git
+
+library
+  build-depends:
+    base          >= 4       && < 5,
+    deepseq       >= 1.1     && < 1.5,
+    primitive     >= 0.5     && < 0.9,
+    vector        >= 0.10    && < 0.14,
+    semigroups    >= 0.9     && < 1
+
+  hs-source-dirs: src
+
+  exposed-modules:
+    Data.Vector.Hybrid
+    Data.Vector.Hybrid.Internal
+    Data.Vector.Hybrid.Mutable
+
+  ghc-options: -Wall -O2
+  default-language: Haskell2010
+
+  if impl(ghc<6.13)
+    Ghc-Options: -finline-if-enough-args -fno-method-sharing
+
+  if impl(ghc >= 8.6)
+    ghc-options: -Wno-star-is-type