packages feed

Cabal revisions of ten-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: cb996a3fe46956ff658fa76f8564f1c7c410af2aa718211f807c20a943184a90--name:           ten-version:        0.1.0.2-synopsis:       Typeclasses like Functor, etc. over arity-1 type constructors.-description:    This provides a mirror of the traditional typeclass hierarchy for types of-                kind @(k -> Type) -> Type@, or functors from the category __Hask{k}__ to-                __Hask__, where __Hask{k}__ denotes the category whose objects are mappings-                from @k@ to @Type@, and whose morphisms are the parametric functions between-                them.  In general, these functors look like variations on the theme of-                "polymorphic records", also frequently described as "higher-kinded data".-                .-                We currently provide the following classes, which correspond directly to-                their equivalents in "base" or "adjunctions": 'Functor10', 'Foldable10',-                'Traversable10', 'Applicative10', and 'Representable10'.  Additionally, a-                class 'Constrained10' provides instances for the argument of each occurrence-                of the type parameter in a value.-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>, Reiner Pope <reinerp@google.com>--maintainer:     Andrew Pritchard <awpr@google.com>-copyright:      2018-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--library-  exposed-modules:-      Data.Functor.Field-      Data.Functor.Update-      Data.Ten-      Data.Ten.Ap-      Data.Ten.Applicative-      Data.Ten.Entails-      Data.Ten.Exists-      Data.Ten.Field-      Data.Ten.Foldable-      Data.Ten.Foldable.WithIndex-      Data.Ten.Functor-      Data.Ten.Functor.WithIndex-      Data.Ten.Internal-      Data.Ten.Representable-      Data.Ten.Sigma-      Data.Ten.Traversable-      Data.Ten.Traversable.WithIndex-      Data.Ten.Update-  other-modules:-      Paths_ten-  hs-source-dirs:-      src-  build-depends:-      adjunctions >=4.0 && <4.5-    , base >=4.12 && <4.16-    , data-default-class >=0.0 && <0.2-    , deepseq >=1.1 && <1.5-    , distributive >=0.1 && <0.7-    , hashable >=1.0 && <1.4-    , portray >=0.1.1 && <0.3-    , portray-diff >=0.1 && <0.2-    , some >=1.0 && <1.1-    , text >=0.1 && <1.3-    , transformers >=0.0.1 && <0.6-    , wrapped >=0.1 && <0.2-  default-language: Haskell2010--test-suite Traversable10-test-  type: exitcode-stdio-1.0-  main-is: Traversable10Test.hs-  other-modules:-      Paths_ten-  hs-source-dirs:-      test-  build-depends:-      HUnit-    , adjunctions >=4.0 && <4.5-    , base >=4.12 && <4.16-    , data-default-class >=0.0 && <0.2-    , deepseq >=1.1 && <1.5-    , distributive >=0.1 && <0.7-    , hashable >=1.0 && <1.4-    , portray >=0.1.1 && <0.3-    , portray-diff >=0.1 && <0.2-    , some >=1.0 && <1.1-    , ten-    , test-framework-    , test-framework-hunit-    , text >=0.1 && <1.3-    , transformers >=0.0.1 && <0.6-    , 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: cb996a3fe46956ff658fa76f8564f1c7c410af2aa718211f807c20a943184a90
+
+name:           ten
+version:        0.1.0.2
+x-revision: 1
+synopsis:       Functors et al. over arity-1 type constructors
+description:    This provides a mirror of the traditional typeclass hierarchy for types of
+                kind @(k -> Type) -> Type@, or functors from the category __Hask{k}__ to
+                __Hask__, where __Hask{k}__ denotes the category whose objects are mappings
+                from @k@ to @Type@, and whose morphisms are the parametric functions between
+                them.  In general, these functors look like variations on the theme of
+                "polymorphic records", also frequently described as "higher-kinded data".
+                .
+                We currently provide the following classes, which correspond directly to
+                their equivalents in "base" or "adjunctions": 'Functor10', 'Foldable10',
+                'Traversable10', 'Applicative10', and 'Representable10'.  Additionally, a
+                class 'Constrained10' provides instances for the argument of each occurrence
+                of the type parameter in a value.
+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>, Reiner Pope <reinerp@google.com>
+
+maintainer:     Andrew Pritchard <awpr@google.com>
+copyright:      2018-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
+
+library
+  exposed-modules:
+      Data.Functor.Field
+      Data.Functor.Update
+      Data.Ten
+      Data.Ten.Ap
+      Data.Ten.Applicative
+      Data.Ten.Entails
+      Data.Ten.Exists
+      Data.Ten.Field
+      Data.Ten.Foldable
+      Data.Ten.Foldable.WithIndex
+      Data.Ten.Functor
+      Data.Ten.Functor.WithIndex
+      Data.Ten.Internal
+      Data.Ten.Representable
+      Data.Ten.Sigma
+      Data.Ten.Traversable
+      Data.Ten.Traversable.WithIndex
+      Data.Ten.Update
+  other-modules:
+      Paths_ten
+  hs-source-dirs:
+      src
+  build-depends:
+      adjunctions >=4.0 && <4.5
+    , base >=4.12 && <4.16
+    , data-default-class >=0.0 && <0.2
+    , deepseq >=1.1 && <1.5
+    , distributive >=0.1 && <0.7
+    , hashable >=1.0 && <1.4
+    , portray >=0.1.1 && <0.3
+    , portray-diff >=0.1 && <0.2
+    , some >=1.0 && <1.1
+    , text >=0.1 && <1.3
+    , transformers >=0.0.1 && <0.6
+    , wrapped >=0.1 && <0.2
+  default-language: Haskell2010
+
+test-suite Traversable10-test
+  type: exitcode-stdio-1.0
+  main-is: Traversable10Test.hs
+  other-modules:
+      Paths_ten
+  hs-source-dirs:
+      test
+  build-depends:
+      HUnit
+    , adjunctions >=4.0 && <4.5
+    , base >=4.12 && <4.16
+    , data-default-class >=0.0 && <0.2
+    , deepseq >=1.1 && <1.5
+    , distributive >=0.1 && <0.7
+    , hashable >=1.0 && <1.4
+    , portray >=0.1.1 && <0.3
+    , portray-diff >=0.1 && <0.2
+    , some >=1.0 && <1.1
+    , ten
+    , test-framework
+    , test-framework-hunit
+    , text >=0.1 && <1.3
+    , transformers >=0.0.1 && <0.6
+    , wrapped >=0.1 && <0.2
+  default-language: Haskell2010
revision 2
 
 name:           ten
 version:        0.1.0.2
-x-revision: 1
+x-revision: 2
 synopsis:       Functors et al. over arity-1 type constructors
 description:    This provides a mirror of the traditional typeclass hierarchy for types of
                 kind @(k -> Type) -> Type@, or functors from the category __Hask{k}__ to
       src
   build-depends:
       adjunctions >=4.0 && <4.5
-    , base >=4.12 && <4.16
+    , base >=4.12 && <4.17
     , data-default-class >=0.0 && <0.2
     , deepseq >=1.1 && <1.5
     , distributive >=0.1 && <0.7
   build-depends:
       HUnit
     , adjunctions >=4.0 && <4.5
-    , base >=4.12 && <4.16
+    , base >=4.12 && <4.17
     , data-default-class >=0.0 && <0.2
     , deepseq >=1.1 && <1.5
     , distributive >=0.1 && <0.7
revision 3
 
 name:           ten
 version:        0.1.0.2
-x-revision: 2
+x-revision: 3
 synopsis:       Functors et al. over arity-1 type constructors
 description:    This provides a mirror of the traditional typeclass hierarchy for types of
                 kind @(k -> Type) -> Type@, or functors from the category __Hask{k}__ to
 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>, Reiner Pope <reinerp@google.com>
+author:         Andrew Pritchard <awpritchard@gmail.com>, Reiner Pope <reinerp@google.com>
 
-maintainer:     Andrew Pritchard <awpr@google.com>
+maintainer:     Andrew Pritchard <awpritchard@gmail.com>
 copyright:      2018-2021 Google LLC
 license:        Apache-2.0
 license-file:   LICENSE
revision 4
 
 name:           ten
 version:        0.1.0.2
-x-revision: 3
+x-revision: 4
 synopsis:       Functors et al. over arity-1 type constructors
 description:    This provides a mirror of the traditional typeclass hierarchy for types of
                 kind @(k -> Type) -> Type@, or functors from the category __Hask{k}__ to
     , deepseq >=1.1 && <1.5
     , distributive >=0.1 && <0.7
     , hashable >=1.0 && <1.4
-    , portray >=0.1.1 && <0.3
+    , portray >=0.1.1 && <0.4
     , portray-diff >=0.1 && <0.2
     , some >=1.0 && <1.1
     , text >=0.1 && <1.3
     , deepseq >=1.1 && <1.5
     , distributive >=0.1 && <0.7
     , hashable >=1.0 && <1.4
-    , portray >=0.1.1 && <0.3
+    , portray >=0.1.1 && <0.4
     , portray-diff >=0.1 && <0.2
     , some >=1.0 && <1.1
     , ten