forked from pool/ghc-vector-stream
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
ad93c6c9d0 | |||
a686f579e0 |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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/3.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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Name: vector-stream
|
||||
Version: 0.1.0.1
|
||||
x-revision: 3
|
||||
x-revision: 2
|
||||
-- don't forget to update the changelog file!
|
||||
License: BSD3
|
||||
License-File: LICENSE
|
||||
@@ -51,7 +51,7 @@ Library
|
||||
src
|
||||
|
||||
Build-Depends: base >= 4.9 && < 4.22
|
||||
, ghc-prim >= 0.2 && < 0.14
|
||||
, ghc-prim >= 0.2 && < 0.12
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
Reference in New Issue
Block a user