diff --git a/ghc-vector-stream.changes b/ghc-vector-stream.changes index 531b312..5385a25 100644 --- a/ghc-vector-stream.changes +++ b/ghc-vector-stream.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 10 22:01:17 UTC 2023 - Peter Simons + +- Update vector-stream to version 0.1.0.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:08:55 UTC 2023 - Peter Simons diff --git a/ghc-vector-stream.spec b/ghc-vector-stream.spec index fefc2d9..b69476c 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/2.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-base-devel BuildRequires: ghc-base-prof diff --git a/vector-stream.cabal b/vector-stream.cabal index a322f39..d853c7b 100644 --- a/vector-stream.cabal +++ b/vector-stream.cabal @@ -1,6 +1,6 @@ Name: vector-stream Version: 0.1.0.0 -x-revision: 2 +x-revision: 3 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE @@ -44,8 +44,8 @@ Library Hs-Source-Dirs: src - Build-Depends: base >= 4.9 && < 4.19 - , ghc-prim >= 0.2 && < 0.11 + Build-Depends: base >= 4.9 && < 4.20 + , ghc-prim >= 0.2 && < 0.12 source-repository head type: git