packages feed

Cabal revisions of portray-diff-0.1.0.1

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: 84c038bd3ae071ca5d8573d57e88e5ed82ec69dfc2c67a8fe1c79712c0bab245--name:           portray-diff-version:        0.1.0.1-synopsis:       Visualize the structural differences between two values.-description:    This uses @GHC.Generics@ to provide structural diffs between two values in-                pretty-printed form.  This is primarily useful for test assertions and manual-                inspection of values.-category:       Data-homepage:       https://github.com/google/hs-portray#readme-bug-reports:    https://github.com/google/hs-portray/issues-author:         Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpr@google.com>-maintainer:     Reiner Pope <reinerp@google.com>, 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-portray-  subdir: portray-diff--library-  exposed-modules:-      Data.Portray.Diff-  other-modules:-      Paths_portray_diff-  hs-source-dirs:-      src-  build-depends:-      base >=4.12 && <4.16-    , containers >=0.6 && <0.7-    , dlist >=0.6 && <1.1-    , portray >=0.2 && <0.3-    , text >=0.1 && <1.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: 84c038bd3ae071ca5d8573d57e88e5ed82ec69dfc2c67a8fe1c79712c0bab245
+
+name:           portray-diff
+version:        0.1.0.1
+x-revision: 1
+synopsis:       Pretty structural diffs between two values
+description:    This uses @GHC.Generics@ to provide structural diffs between two values in
+                pretty-printed form.  This is primarily useful for test assertions and manual
+                inspection of values.
+category:       Data
+homepage:       https://github.com/google/hs-portray#readme
+bug-reports:    https://github.com/google/hs-portray/issues
+author:         Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpr@google.com>
+maintainer:     Reiner Pope <reinerp@google.com>, 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-portray
+  subdir: portray-diff
+
+library
+  exposed-modules:
+      Data.Portray.Diff
+  other-modules:
+      Paths_portray_diff
+  hs-source-dirs:
+      src
+  build-depends:
+      base >=4.12 && <4.16
+    , containers >=0.6 && <0.7
+    , dlist >=0.6 && <1.1
+    , portray >=0.2 && <0.3
+    , text >=0.1 && <1.3
+    , wrapped >=0.1 && <0.2
+  default-language: Haskell2010
revision 2
 
 name:           portray-diff
 version:        0.1.0.1
-x-revision: 1
+x-revision: 2
 synopsis:       Pretty structural diffs between two values
 description:    This uses @GHC.Generics@ to provide structural diffs between two values in
                 pretty-printed form.  This is primarily useful for test assertions and manual
   hs-source-dirs:
       src
   build-depends:
-      base >=4.12 && <4.16
+      base >=4.12 && <4.17
     , containers >=0.6 && <0.7
     , dlist >=0.6 && <1.1
     , portray >=0.2 && <0.3
revision 3
 
 name:           portray-diff
 version:        0.1.0.1
-x-revision: 2
+x-revision: 3
 synopsis:       Pretty structural diffs between two values
 description:    This uses @GHC.Generics@ to provide structural diffs between two values in
                 pretty-printed form.  This is primarily useful for test assertions and manual
 category:       Data
 homepage:       https://github.com/google/hs-portray#readme
 bug-reports:    https://github.com/google/hs-portray/issues
-author:         Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpr@google.com>
-maintainer:     Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpr@google.com>
+author:         Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpritchard@gmail.com>
+maintainer:     Reiner Pope <reinerp@google.com>, Andrew Pritchard <awpritchard@gmail.com>
 copyright:      2018-2021 Google LLC
 license:        Apache-2.0
 license-file:   LICENSE