packages feed

Cabal revisions of hybrid-vectors-0.1

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.1-license:       BSD3-cabal-version: >= 1.6-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-  .travis.yml-  .gitignore-  .vim.custom-description:--source-repository head-  type: git-  location: git://github.com/ekmett/hybrid-vectors.git--library-  build-depends:-    base          >= 4       && < 5,-    deepseq       >= 1.1     && < 1.4,-    primitive     >= 0.5     && < 0.6,-    vector        >= 0.10    && < 0.11--  hs-source-dirs: src--  exposed-modules:-    Data.Vector.Hybrid-    Data.Vector.Hybrid.Internal-    Data.Vector.Hybrid.Mutable-    Data.Vector.Mixed-    Data.Vector.Mixed.Internal-    Data.Vector.Mixed.Mutable--  ghc-options: -Wall -O2--  if impl(ghc<6.13)-    Ghc-Options: -finline-if-enough-args -fno-method-sharing+name:          hybrid-vectors
+category:      Data, Vector
+version:       0.1
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.6
+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
+  .travis.yml
+  .gitignore
+  .vim.custom
+description:
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/hybrid-vectors.git
+
+library
+  build-depends:
+    base          >= 4       && < 4.8,
+    deepseq       >= 1.1     && < 1.4,
+    primitive     >= 0.5     && < 0.6,
+    vector        >= 0.10    && < 0.11
+
+  hs-source-dirs: src
+
+  exposed-modules:
+    Data.Vector.Hybrid
+    Data.Vector.Hybrid.Internal
+    Data.Vector.Hybrid.Mutable
+    Data.Vector.Mixed
+    Data.Vector.Mixed.Internal
+    Data.Vector.Mixed.Mutable
+
+  ghc-options: -Wall -O2
+
+  if impl(ghc<6.13)
+    Ghc-Options: -finline-if-enough-args -fno-method-sharing
revision 2
 name:          hybrid-vectors
 category:      Data, Vector
 version:       0.1
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
 
 library
   build-depends:
-    base          >= 4       && < 4.8,
+    base          >= 4       && < 4.7,
     deepseq       >= 1.1     && < 1.4,
     primitive     >= 0.5     && < 0.6,
     vector        >= 0.10    && < 0.11