Cabal revisions of ten-unordered-containers-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: d03c56a37f35170e077e000599e38ae3b5326929a14acca36d873bd5afa407db--name: ten-unordered-containers-version: 0.1.0.2-synopsis: A package providing one unordered container.-description: This provides unordered (hash-based) containers of kind @(k -> Type) -> Type@- based on- <https://hackage.haskell.org/package/unordered-containers unordered-containers>.- Currently only @HashMap10@ is implemented.-category: Data-homepage: https://github.com/google/hs-ten#readme-bug-reports: https://github.com/google/hs-ten/issues-author: Andrew Pritchard <awpr@google.com>-maintainer: Andrew Pritchard <awpr@google.com>-copyright: 2020-2021 Google LLC-license: Apache-2.0-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md--source-repository head- type: git- location: https://github.com/google/hs-ten- subdir: ten-unordered-containers--library- exposed-modules:- Data.Ten.HashMap- other-modules:- Paths_ten_unordered_containers- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , hashable >=1.0 && <1.4- , portray >=0.1.1 && <0.3- , portray-diff >=0.1 && <0.2- , some >=1.0 && <1.1- , ten >=0.1 && <0.2- , unordered-containers >=0.1 && <0.3- , wrapped >=0.1 && <0.2- default-language: Haskell2010--test-suite HashMap-test- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- Paths_ten_unordered_containers- hs-source-dirs:- test- build-depends:- HUnit- , base >=4.12 && <4.16- , hashable >=1.0 && <1.4- , lens- , portray >=0.1.1 && <0.3- , portray-diff >=0.1 && <0.2- , portray-diff-hunit- , portray-pretty- , some >=1.0 && <1.1- , ten >=0.1 && <0.2- , ten-lens- , ten-unordered-containers- , test-framework- , test-framework-hunit- , text- , transformers- , unordered-containers >=0.1 && <0.3- , wrapped >=0.1 && <0.2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: d03c56a37f35170e077e000599e38ae3b5326929a14acca36d873bd5afa407db + +name: ten-unordered-containers +version: 0.1.0.2 +x-revision: 1 +synopsis: Higher-kinded hash containers +description: This provides unordered (hash-based) containers of kind @(k -> Type) -> Type@ + based on + <https://hackage.haskell.org/package/unordered-containers unordered-containers>. + Currently only @HashMap10@ is implemented. +category: Data +homepage: https://github.com/google/hs-ten#readme +bug-reports: https://github.com/google/hs-ten/issues +author: Andrew Pritchard <awpr@google.com> +maintainer: Andrew Pritchard <awpr@google.com> +copyright: 2020-2021 Google LLC +license: Apache-2.0 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/google/hs-ten + subdir: ten-unordered-containers + +library + exposed-modules: + Data.Ten.HashMap + other-modules: + Paths_ten_unordered_containers + hs-source-dirs: + src + build-depends: + base >=4.12 && <4.16 + , hashable >=1.0 && <1.4 + , portray >=0.1.1 && <0.3 + , portray-diff >=0.1 && <0.2 + , some >=1.0 && <1.1 + , ten >=0.1 && <0.2 + , unordered-containers >=0.1 && <0.3 + , wrapped >=0.1 && <0.2 + default-language: Haskell2010 + +test-suite HashMap-test + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Paths_ten_unordered_containers + hs-source-dirs: + test + build-depends: + HUnit + , base >=4.12 && <4.16 + , hashable >=1.0 && <1.4 + , lens + , portray >=0.1.1 && <0.3 + , portray-diff >=0.1 && <0.2 + , portray-diff-hunit + , portray-pretty + , some >=1.0 && <1.1 + , ten >=0.1 && <0.2 + , ten-lens + , ten-unordered-containers + , test-framework + , test-framework-hunit + , text + , transformers + , unordered-containers >=0.1 && <0.3 + , wrapped >=0.1 && <0.2 + default-language: Haskell2010