Cabal revisions of nonempty-vector-0.0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: nonempty-vector-version: 0.0.1.1-synopsis: Non-empty vectors-description:- Performant non-empty mutable and immutable vectors. These vectors strive to implement- the common APIs seen in `vector` without any additional performance cost.-homepage: https://github.com/emilypi/nonempty-vector-bug-reports: https://github.com/emilypi/nonempty-vector/issues-license: BSD-3-Clause-license-file: LICENSE-author: Emily Pillmore-maintainer: emilypi@cohomolo.gy-copyright: (c) 2019 Emily Pillmore-category: Data-build-type: Simple-extra-source-files:- CHANGELOG.md- README.md--tested-with: GHC ==8.8.1 || ==8.6.5 || ==8.6.3 || ==8.4.4 || ==8.4.3 || ==8.0.2---source-repository head- type: git- location: https://github.com/emilypi/nonempty-vector.git---library- exposed-modules: Data.Vector.NonEmpty- , Data.Vector.NonEmpty.Mutable-- build-depends: base >=4.9 && <5- , deepseq- , primitive ^>=0.6- , semigroups >=0.17 && <0.19- , vector ^>=0.12-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall---test-suite nonempty-vector-tests- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: NEVectorTests.hs- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-- build-depends: base >=4.9 && <5- , nonempty-vector- , hedgehog >=0.6 && <1.1- , semigroups >=0.17 && <0.19- , vector ^>=0.12+cabal-version: 2.4 +name: nonempty-vector +version: 0.0.1.1 +x-revision: 1 +synopsis: Non-empty vectors +description: + Performant non-empty mutable and immutable vectors. These vectors strive to implement + the common APIs seen in `vector` without any additional performance cost. +homepage: https://github.com/emilypi/nonempty-vector +bug-reports: https://github.com/emilypi/nonempty-vector/issues +license: BSD-3-Clause +license-file: LICENSE +author: Emily Pillmore +maintainer: emilypi@cohomolo.gy +copyright: (c) 2019 Emily Pillmore +category: Data +build-type: Simple +extra-source-files: + CHANGELOG.md + README.md + +tested-with: GHC ==8.8.1 || ==8.6.5 || ==8.6.3 || ==8.4.4 || ==8.4.3 || ==8.0.2 + + +source-repository head + type: git + location: https://github.com/emilypi/nonempty-vector.git + + +library + exposed-modules: Data.Vector.NonEmpty + , Data.Vector.NonEmpty.Mutable + + build-depends: base >=4.9 && <5 + , deepseq + , primitive >=0.6 && <0.8 + , semigroups >=0.17 && <0.20 + , vector ^>=0.12 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + + +test-suite nonempty-vector-tests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: NEVectorTests.hs + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + + build-depends: base >=4.9 && <5 + , nonempty-vector + , hedgehog >=0.6 && <1.1 + , semigroups >=0.17 && <0.20 + , vector ^>=0.12
revision 2
cabal-version: 2.4 name: nonempty-vector version: 0.0.1.1 -x-revision: 1 +x-revision: 2 synopsis: Non-empty vectors description: Performant non-empty mutable and immutable vectors. These vectors strive to implement exposed-modules: Data.Vector.NonEmpty , Data.Vector.NonEmpty.Mutable - build-depends: base >=4.9 && <5 + build-depends: base >=4.9 && <4.19 , deepseq , primitive >=0.6 && <0.8 , semigroups >=0.17 && <0.20