packages feed

Cabal revisions of pvar-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--name:           pvar-version:        0.1.0.0-synopsis:       Mutable variable with primitive values-description:    Please see the README on GitHub at <https://github.com/lehins/pvar#readme>-homepage:       https://github.com/lehins/pvar#readme-bug-reports:    https://github.com/lehins/pvar/issues-author:         Alexey Kuleshevich-maintainer:     alexey@kuleshevi.ch-copyright:      Alexey Kuleshevich-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files: README.md-                  , CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/lehins/pvar--library-  exposed-modules: Data.Primitive.PVar-                 , Data.Primitive.PVar.Unsafe-  other-modules: Data.Primitive.PVar.Internal-  hs-source-dirs: src-  build-depends: base >=4.7 && <5-               , deepseq-               , primitive >= 0.3.1-  default-language: Haskell2010--test-suite tests-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules: Spec-               , Test.Primitive.PVarSpec-  hs-source-dirs: tests-  ghc-options: -threaded -rtsopts -with-rtsopts=-N-  build-depends: base >=4.7 && <5-               , async-               , deepseq-               , pvar-               , primitive-               , hspec-               , QuickCheck-               , genvalidity-               , wide-word-  default-language: Haskell2010+cabal-version: 1.12
+
+name:           pvar
+version:        0.1.0.0
+x-revision: 1
+synopsis:       Mutable variable with primitive values
+description:    Please see the README on GitHub at <https://github.com/lehins/pvar#readme>
+homepage:       https://github.com/lehins/pvar#readme
+bug-reports:    https://github.com/lehins/pvar/issues
+author:         Alexey Kuleshevich
+maintainer:     alexey@kuleshevi.ch
+copyright:      Alexey Kuleshevich
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+tested-with:    GHC == 8.2.2
+              , GHC == 8.4.3
+              , GHC == 8.4.4
+              , GHC == 8.6.3
+              , GHC == 8.6.4
+              , GHC == 8.6.5
+              , GHC == 8.8.2
+              , GHC == 8.8.3
+extra-source-files: README.md
+                  , CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/lehins/pvar
+
+library
+  exposed-modules: Data.Primitive.PVar
+                 , Data.Primitive.PVar.Unsafe
+  other-modules: Data.Primitive.PVar.Internal
+  hs-source-dirs: src
+  build-depends: base >=4.10 && <5
+               , deepseq
+               , primitive >= 0.3.1
+  default-language: Haskell2010
+
+test-suite tests
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules: Spec
+               , Test.Primitive.PVarSpec
+  hs-source-dirs: tests
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N
+  build-depends: base >=4.7 && <5
+               , async
+               , deepseq
+               , pvar
+               , primitive
+               , hspec
+               , QuickCheck
+               , genvalidity
+               , wide-word
+  default-language: Haskell2010
revision 2
 
 name:           pvar
 version:        0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:       Mutable variable with primitive values
 description:    Please see the README on GitHub at <https://github.com/lehins/pvar#readme>
 homepage:       https://github.com/lehins/pvar#readme
   hs-source-dirs: src
   build-depends: base >=4.10 && <5
                , deepseq
-               , primitive >= 0.3.1
+               , primitive >= 0.6.4
   default-language: Haskell2010
 
 test-suite tests