packages feed

Cabal revisions of primitive-addr-0.1.0.2

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

revision 1
-cabal-version: 2.2-name: primitive-addr-version: 0.1.0.2-synopsis: Addresses to unmanaged memory-description:-  This library provides the `Data.Primitive.Addr` module-  that was a part of the `primitive` library before `primitive-0.7.0.0`.-homepage: https://github.com/andrewthad/primitive-addr-bug-reports: https://github.com/andrewthad/primitive-addr/issues-license: BSD-3-Clause-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright: 2019 Andrew Martin-category: Data-extra-source-files: CHANGELOG.md--library-  exposed-modules: Data.Primitive.Addr-  build-depends:-    , base >=4.5.1.0 && <5-    , primitive >=0.6.4 && <0.8-  hs-source-dirs: src-  default-language: Haskell2010+cabal-version: 2.2
+name: primitive-addr
+version: 0.1.0.2
+x-revision: 1
+synopsis: Addresses to unmanaged memory
+description:
+  This library provides the `Data.Primitive.Addr` module
+  that was a part of the `primitive` library before `primitive-0.7.0.0`.
+homepage: https://github.com/andrewthad/primitive-addr
+bug-reports: https://github.com/andrewthad/primitive-addr/issues
+license: BSD-3-Clause
+license-file: LICENSE
+author: Andrew Martin
+maintainer: andrew.thaddeus@gmail.com
+copyright: 2019 Andrew Martin
+category: Data
+extra-source-files: CHANGELOG.md
+
+library
+  exposed-modules: Data.Primitive.Addr
+  build-depends:
+    , base >=4.5.1.0 && <5
+    , primitive >=0.6.4 && <0.9
+  hs-source-dirs: src
+  default-language: Haskell2010
revision 2
 cabal-version: 2.2
 name: primitive-addr
 version: 0.1.0.2
-x-revision: 1
+x-revision: 2
 synopsis: Addresses to unmanaged memory
 description:
   This library provides the `Data.Primitive.Addr` module
   exposed-modules: Data.Primitive.Addr
   build-depends:
     , base >=4.5.1.0 && <5
-    , primitive >=0.6.4 && <0.9
+    , primitive >=0.6.4 && <0.10
   hs-source-dirs: src
   default-language: Haskell2010