packages feed

Cabal revisions of vector-stream-0.1.0.1

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

revision 1
 Name:           vector-stream Version:        0.1.0.1+x-revision: 1 -- don't forget to update the changelog file! License:        BSD3 License-File:   LICENSE   Hs-Source-Dirs:         src -  Build-Depends: base >= 4.9 && < 4.20+  Build-Depends: base >= 4.9 && < 4.21                , ghc-prim >= 0.2 && < 0.12  source-repository head
revision 2
-Name:           vector-stream-Version:        0.1.0.1-x-revision: 1--- don't forget to update the changelog file!-License:        BSD3-License-File:   LICENSE-Author:         Roman Leshchinskiy <rl@cse.unsw.edu.au>-Maintainer:     Haskell Libraries Team <libraries@haskell.org>-                Alexey Kuleshevich <alexey@kuleshevi.ch>,-                Aleksey Khudyakov <alexey.skladnoy@gmail.com>,-                Andrew Lelechenko <andrew.lelechenko@gmail.com>-Copyright:      (c) Roman Leshchinskiy 2008-2012-                    Alexey Kuleshevich 2020-2022,-                    Aleksey Khudyakov 2020-2022,-                    Andrew Lelechenko 2020-2022-Homepage:       https://github.com/haskell/vector-Bug-Reports:    https://github.com/haskell/vector/issues-Category:       Data, Data Structures-Synopsis:       Efficient Streams-Description:-        Simple yet powerful monadic streams that are used-        as a backbone for vector package fusion functionality.--Tested-With:-  GHC == 8.0.2,-  GHC == 8.2.2,-  GHC == 8.4.4,-  GHC == 8.6.5,-  GHC == 8.8.4,-  GHC == 8.10.4,-  GHC == 9.0.2,-  GHC == 9.2.8,-  GHC == 9.4.6,-  GHC == 9.6.2-  GHC == 9.8.1--Cabal-Version:  >=1.10-Build-Type:     Simple--Extra-Source-Files:-      changelog.md-      README.md--Library-  Default-Language: Haskell2010--  Exposed-Modules:-        Data.Stream.Monadic--  Hs-Source-Dirs:-        src--  Build-Depends: base >= 4.9 && < 4.21-               , ghc-prim >= 0.2 && < 0.12--source-repository head-  type:     git-  location: https://github.com/haskell/vector.git-  subdir:   vector-stream+Name:           vector-stream
+Version:        0.1.0.1
+x-revision: 2
+-- don't forget to update the changelog file!
+License:        BSD3
+License-File:   LICENSE
+Author:         Roman Leshchinskiy <rl@cse.unsw.edu.au>
+Maintainer:     Haskell Libraries Team <libraries@haskell.org>
+                Alexey Kuleshevich <alexey@kuleshevi.ch>,
+                Aleksey Khudyakov <alexey.skladnoy@gmail.com>,
+                Andrew Lelechenko <andrew.lelechenko@gmail.com>
+Copyright:      (c) Roman Leshchinskiy 2008-2012
+                    Alexey Kuleshevich 2020-2022,
+                    Aleksey Khudyakov 2020-2022,
+                    Andrew Lelechenko 2020-2022
+Homepage:       https://github.com/haskell/vector
+Bug-Reports:    https://github.com/haskell/vector/issues
+Category:       Data, Data Structures
+Synopsis:       Efficient Streams
+Description:
+        Simple yet powerful monadic streams that are used
+        as a backbone for vector package fusion functionality.
+
+Tested-With:
+  GHC == 8.0.2,
+  GHC == 8.2.2,
+  GHC == 8.4.4,
+  GHC == 8.6.5,
+  GHC == 8.8.4,
+  GHC == 8.10.4,
+  GHC == 9.0.2,
+  GHC == 9.2.8,
+  GHC == 9.4.6,
+  GHC == 9.6.2
+  GHC == 9.8.1
+
+Cabal-Version:  >=1.10
+Build-Type:     Simple
+
+Extra-Source-Files:
+      changelog.md
+      README.md
+
+Library
+  Default-Language: Haskell2010
+
+  Exposed-Modules:
+        Data.Stream.Monadic
+
+  Hs-Source-Dirs:
+        src
+
+  Build-Depends: base >= 4.9 && < 4.22
+               , ghc-prim >= 0.2 && < 0.12
+
+source-repository head
+  type:     git
+  location: https://github.com/haskell/vector.git
+  subdir:   vector-stream
revision 3
 Name:           vector-stream
 Version:        0.1.0.1
-x-revision: 2
+x-revision: 3
 -- don't forget to update the changelog file!
 License:        BSD3
 License-File:   LICENSE
         src
 
   Build-Depends: base >= 4.9 && < 4.22
-               , ghc-prim >= 0.2 && < 0.12
+               , ghc-prim >= 0.2 && < 0.14
 
 source-repository head
   type:     git
revision 4
 Name:           vector-stream
 Version:        0.1.0.1
-x-revision: 3
+x-revision: 4
 -- don't forget to update the changelog file!
 License:        BSD3
 License-File:   LICENSE
   Hs-Source-Dirs:
         src
 
-  Build-Depends: base >= 4.9 && < 4.22
+  Build-Depends: base >= 4.9 && < 4.23
                , ghc-prim >= 0.2 && < 0.14
 
 source-repository head