forked from pool/ghc-vector-stream
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
beb287f096 | |||
e2f957bf6e | |||
fe595a7660 | |||
dc84f7c41d |
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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>
|
Sat Mar 16 14:37:07 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ Summary: Efficient Streams
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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/3.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Name: vector-stream
|
Name: vector-stream
|
||||||
Version: 0.1.0.1
|
Version: 0.1.0.1
|
||||||
x-revision: 1
|
x-revision: 3
|
||||||
-- don't forget to update the changelog file!
|
-- don't forget to update the changelog file!
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
@@ -50,8 +50,8 @@ Library
|
|||||||
Hs-Source-Dirs:
|
Hs-Source-Dirs:
|
||||||
src
|
src
|
||||||
|
|
||||||
Build-Depends: base >= 4.9 && < 4.21
|
Build-Depends: base >= 4.9 && < 4.22
|
||||||
, ghc-prim >= 0.2 && < 0.12
|
, ghc-prim >= 0.2 && < 0.14
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
Reference in New Issue
Block a user