17
0

4 Commits

3 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 26 18:36:52 UTC 2025 - Peter Simons <psimons@suse.com>
- Update vector-stream to version 0.1.0.1 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-vector-stream
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/4.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: 2
x-revision: 4
-- don't forget to update the changelog file!
License: BSD3
License-File: LICENSE
@@ -50,8 +50,8 @@ Library
Hs-Source-Dirs:
src
Build-Depends: base >= 4.9 && < 4.22
, ghc-prim >= 0.2 && < 0.12
Build-Depends: base >= 4.9 && < 4.23
, ghc-prim >= 0.2 && < 0.14
source-repository head
type: git