4
0

4 Commits

3 changed files with 72 additions and 60 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 3 16:27:08 UTC 2024 - Peter Simons <psimons@suse.com>
- Update vector-stream to version 0.1.0.1 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Oct 19 17:27:19 UTC 2024 - Peter Simons <psimons@suse.com>
- Update vector-stream to version 0.1.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 16 14:37:07 UTC 2024 - Peter Simons <psimons@suse.com> Sat Mar 16 14:37:07 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -25,7 +25,7 @@ Summary: Efficient Streams
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof

View File

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