packages feed

Cabal revisions of ten-unordered-containers-0.1.0.0

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: bacdf6bf658e324e59d002464462008d6e6041183c60c073fc2f568c989d3873--name:           ten-unordered-containers-version:        0.1.0.0-synopsis:       A package providing one unordered container.-description:    This provides unordered (hash-based) containers of kind `(k -> Type) -> Type`-                based on 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 && <0.2-    , 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 && <0.2-    , 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: bacdf6bf658e324e59d002464462008d6e6041183c60c073fc2f568c989d3873
+
+name:           ten-unordered-containers
+version:        0.1.0.0
+x-revision: 1
+synopsis:       A package providing one unordered container.
+description:    This provides unordered (hash-based) containers of kind `(k -> Type) -> Type`
+                based on 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.14 && <4.16
+    , hashable >=1.0 && <1.4
+    , portray >=0.1 && <0.2
+    , 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 && <0.2
+    , 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