Cabal revisions of vector-instances-2.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: vector-instances-version: 2.0.1-synopsis: Orphan Instances for 'Data.Vector'-homepage: http://github.com/ekmett/vector-instances-license: BSD3-license-file: LICENSE-author: Edward Kmett-maintainer: ekmett@gmail.com-category: Data, Data Structures-build-type: Simple-cabal-version: >=1.6--source-repository head- type: git- location: git://github.com/ekmett/vector-instances.git--library- other-extensions:- TypeFamilies -- exposed-modules: - Data.Vector.Instances-- build-depends:- base >= 4 && < 5,- vector >= 0.7 && < 8,- semigroupoids >= 1.2.4 && < 1.3,- semigroups >= 0.7.1 && < 0.8,- comonad >= 1.1.1 && < 1.2,- pointed >= 2.0 && < 2.1,- keys >= 2.1 && < 2.2+name: vector-instances +version: 2.0.1 +x-revision: 1 +synopsis: Orphan Instances for 'Data.Vector' +homepage: http://github.com/ekmett/vector-instances +license: BSD3 +license-file: LICENSE +author: Edward Kmett +maintainer: ekmett@gmail.com +category: Data, Data Structures +build-type: Simple +cabal-version: >=1.6 + +source-repository head + type: git + location: git://github.com/ekmett/vector-instances.git + +library + other-extensions: + TypeFamilies + + exposed-modules: + Data.Vector.Instances + + build-depends: + base >= 4 && < 5, + vector >= 0.7 && < 0.8, + semigroupoids >= 1.2.4 && < 1.3, + semigroups >= 0.7.1 && < 0.8, + comonad >= 1.1.1 && < 1.2, + pointed >= 2.0 && < 2.1, + keys >= 2.1 && < 2.2