4
0

Accepting request 1104629 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-vector-stream?expand=0&rev=3
This commit is contained in:
2023-08-18 17:28:59 +00:00
committed by Git OBS Bridge
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 10 22:01:17 UTC 2023 - Peter Simons <psimons@suse.com>
- 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 <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/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

View File

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