4
0

2 Commits

3 changed files with 66 additions and 60 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@@ -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

View File

@@ -1,6 +1,6 @@
Name: vector-stream
Version: 0.1.0.1
x-revision: 1
x-revision: 2
-- don't forget to update the changelog file!
License: BSD3
License-File: LICENSE
@@ -50,7 +50,7 @@ Library
Hs-Source-Dirs:
src
Build-Depends: base >= 4.9 && < 4.21
Build-Depends: base >= 4.9 && < 4.22
, ghc-prim >= 0.2 && < 0.12
source-repository head