diff --git a/ghc-vector-stream.changes b/ghc-vector-stream.changes index 9586a05..bf14390 100644 --- a/ghc-vector-stream.changes +++ b/ghc-vector-stream.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 19 17:27:19 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-vector-stream.spec b/ghc-vector-stream.spec index 7258315..362378d 100644 --- a/ghc-vector-stream.spec +++ b/ghc-vector-stream.spec @@ -25,7 +25,7 @@ Summary: Efficient Streams License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof diff --git a/vector-stream.cabal b/vector-stream.cabal index 66040c6..b98cdb9 100644 --- a/vector-stream.cabal +++ b/vector-stream.cabal @@ -1,59 +1,59 @@ -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 -Maintainer: Haskell Libraries Team - Alexey Kuleshevich , - Aleksey Khudyakov , - Andrew Lelechenko -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 +Maintainer: Haskell Libraries Team + Alexey Kuleshevich , + Aleksey Khudyakov , + Andrew Lelechenko +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