packages feed

Cabal revisions of finite-table-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: 846224cc1ea6987d33f8472ae781836cc87ccbf4e2cf71fda8e537b8ce9d56c0--name:           finite-table-version:        0.1.0.0-synopsis:       Types isomorphic to Fin, and Tables indexed by them.-description:    This provides a class `Finite` for types isomorphic to some `Fin n`, and-                uses it to implement array-backed total maps (`Table`s) indexed by them.-category:       Data-homepage:       https://github.com/google/hs-fin-vec#readme-bug-reports:    https://github.com/google/hs-fin-vec/issues-author:         Andrew Pritchard <awpr@google.com>-maintainer:     Andrew Pritchard <awpr@google.com>-copyright:      2017-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-fin-vec-  subdir: finite-table--library-  exposed-modules:-      Data.Finite-      Data.Finite.Table-  other-modules:-      Paths_finite_table-  hs-source-dirs:-      src-  build-depends:-      adjunctions >=4.4 && <4.5-    , base >=4.12 && <4.16-    , cereal >=0.5 && <0.6-    , data-default-class >=0.0 && <0.2-    , deepseq >=1.1 && <1.5-    , distributive >=0.1 && <0.7-    , fin-int >=0.1 && <0.2-    , indexed-traversable >=0.1 && <0.2-    , lens >=4.15 && <5.1-    , portray >=0.1 && <0.2-    , portray-diff >=0.1 && <0.2-    , short-vec >=0.1 && <0.2-    , short-vec-lens >=0.1 && <0.2-    , sint >=0.1 && <0.2-    , wrapped >=0.1 && <0.2-  default-language: Haskell2010--test-suite Finite-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Paths_finite_table-  hs-source-dirs:-      test-  build-depends:-      QuickCheck-    , adjunctions >=4.4 && <4.5-    , base >=4.12 && <4.16-    , cereal >=0.5 && <0.6-    , data-default-class >=0.0 && <0.2-    , deepseq >=1.1 && <1.5-    , distributive >=0.1 && <0.7-    , fin-int >=0.1 && <0.2-    , finite-table-    , indexed-traversable >=0.1 && <0.2-    , lens >=4.15 && <5.1-    , portray >=0.1 && <0.2-    , portray-diff >=0.1 && <0.2-    , short-vec >=0.1 && <0.2-    , short-vec-lens >=0.1 && <0.2-    , sint >=0.1 && <0.2-    , test-framework-    , test-framework-quickcheck2-    , 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: 846224cc1ea6987d33f8472ae781836cc87ccbf4e2cf71fda8e537b8ce9d56c0
+
+name:           finite-table
+version:        0.1.0.0
+x-revision: 1
+synopsis:       Types isomorphic to Fin, and Tables indexed by them.
+description:    This provides a class `Finite` for types isomorphic to some `Fin n`, and
+                uses it to implement array-backed total maps (`Table`s) indexed by them.
+category:       Data
+homepage:       https://github.com/google/hs-fin-vec#readme
+bug-reports:    https://github.com/google/hs-fin-vec/issues
+author:         Andrew Pritchard <awpr@google.com>
+maintainer:     Andrew Pritchard <awpr@google.com>
+copyright:      2017-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-fin-vec
+  subdir: finite-table
+
+library
+  exposed-modules:
+      Data.Finite
+      Data.Finite.Table
+  other-modules:
+      Paths_finite_table
+  hs-source-dirs:
+      src
+  build-depends:
+      adjunctions >=4.4 && <4.5
+    , base >=4.12 && <4.16
+    , cereal >=0.5 && <0.6
+    , data-default-class >=0.0 && <0.2
+    , deepseq >=1.1 && <1.5
+    , distributive >=0.1 && <0.7
+    , fin-int >=0.1 && <0.3
+    , indexed-traversable >=0.1 && <0.2
+    , lens >=4.15 && <5.1
+    , portray >=0.1 && <0.2
+    , portray-diff >=0.1 && <0.2
+    , short-vec >=0.1 && <0.2
+    , short-vec-lens >=0.1 && <0.2
+    , sint >=0.1 && <0.2
+    , wrapped >=0.1 && <0.2
+  default-language: Haskell2010
+
+test-suite Finite-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Paths_finite_table
+  hs-source-dirs:
+      test
+  build-depends:
+      QuickCheck
+    , adjunctions >=4.4 && <4.5
+    , base >=4.12 && <4.16
+    , cereal >=0.5 && <0.6
+    , data-default-class >=0.0 && <0.2
+    , deepseq >=1.1 && <1.5
+    , distributive >=0.1 && <0.7
+    , fin-int >=0.1 && <0.2
+    , finite-table
+    , indexed-traversable >=0.1 && <0.2
+    , lens >=4.15 && <5.1
+    , portray >=0.1 && <0.2
+    , portray-diff >=0.1 && <0.2
+    , short-vec >=0.1 && <0.2
+    , short-vec-lens >=0.1 && <0.2
+    , sint >=0.1 && <0.2
+    , test-framework
+    , test-framework-quickcheck2
+    , wrapped >=0.1 && <0.2
+  default-language: Haskell2010
revision 2
 
 name:           finite-table
 version:        0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:       Types isomorphic to Fin, and Tables indexed by them.
 description:    This provides a class `Finite` for types isomorphic to some `Fin n`, and
                 uses it to implement array-backed total maps (`Table`s) indexed by them.
       src
   build-depends:
       adjunctions >=4.4 && <4.5
-    , base >=4.12 && <4.16
+    , base >=4.12 && <4.17
     , cereal >=0.5 && <0.6
     , data-default-class >=0.0 && <0.2
     , deepseq >=1.1 && <1.5
   build-depends:
       QuickCheck
     , adjunctions >=4.4 && <4.5
-    , base >=4.12 && <4.16
+    , base >=4.12 && <4.17
     , cereal >=0.5 && <0.6
     , data-default-class >=0.0 && <0.2
     , deepseq >=1.1 && <1.5