packages feed

Cabal revisions of ron-rdt-0.9.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:  2.2--name:           ron-rdt-version:        0.9.1--bug-reports:    https://github.com/ff-notes/ron/issues-category:       Distributed Systems, Protocol, Database-copyright:      2018-2019 Yuriy Syrovetskiy-homepage:       https://github.com/ff-notes/ron-license:        BSD-3-Clause-license-file:   LICENSE-maintainer:     Yuriy Syrovetskiy <haskell@cblp.su>-synopsis:       Replicated Data Types (RON-RDT)--description:-    Replicated Object Notation (RON), data types (RDT), and RON-Schema-    .-    Examples: https://github.com/ff-notes/ron/tree/master/examples--build-type:     Simple--extra-source-files:-    CHANGELOG.md--common language-    build-depends: base >= 4.10 && < 4.13, integer-gmp-    default-extensions: MonadFailDesugaring NoImplicitPrelude StrictData-    default-language: Haskell2010--library-    import: language-    build-depends:-        -- global-        containers,-        Diff,-        hashable,-        mtl,-        text,-        time,-        transformers,-        unordered-containers,-        -- project-        ron >= 0.9,-    exposed-modules:-        RON.Data-        RON.Data.LWW-        RON.Data.ORSet-        RON.Data.RGA-        RON.Data.Time-        RON.Data.VersionVector-    other-modules:-        RON.Data.Internal-    hs-source-dirs: lib+cabal-version:  2.2
+
+name:           ron-rdt
+version:        0.9.1
+x-revision: 1
+
+bug-reports:    https://github.com/ff-notes/ron/issues
+category:       Distributed Systems, Protocol, Database
+copyright:      2018-2019 Yuriy Syrovetskiy
+homepage:       https://github.com/ff-notes/ron
+license:        BSD-3-Clause
+license-file:   LICENSE
+maintainer:     Yuriy Syrovetskiy <haskell@cblp.su>
+synopsis:       Replicated Data Types (RON-RDT)
+
+description:
+    Replicated Object Notation (RON), data types (RDT), and RON-Schema
+    .
+    Examples: https://github.com/ff-notes/ron/tree/master/examples
+
+build-type:     Simple
+
+extra-source-files:
+    CHANGELOG.md
+
+common language
+    build-depends: base >= 4.10 && < 4.13, integer-gmp
+    default-extensions: MonadFailDesugaring NoImplicitPrelude StrictData
+    default-language: Haskell2010
+
+library
+    import: language
+    build-depends:
+        -- global
+        containers,
+        Diff < 0.4,
+        hashable,
+        mtl,
+        text,
+        time,
+        transformers,
+        unordered-containers,
+        -- project
+        ron >= 0.9,
+    exposed-modules:
+        RON.Data
+        RON.Data.LWW
+        RON.Data.ORSet
+        RON.Data.RGA
+        RON.Data.Time
+        RON.Data.VersionVector
+    other-modules:
+        RON.Data.Internal
+    hs-source-dirs: lib