4
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-vector-algorithms revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vector-algorithms?expand=0&rev=55
This commit is contained in:
2022-06-29 12:18:28 +00:00
committed by Git OBS Bridge
parent 93daf7db51
commit 23da2067bc
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 20 10:23:01 UTC 2022 - Peter Simons <psimons@suse.com>
- Update vector-algorithms to version 0.8.0.4 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 8 05:05:20 UTC 2021 - psimons@suse.com Mon Feb 8 05:05:20 UTC 2021 - psimons@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ghc-vector-algorithms # spec file for package ghc-vector-algorithms
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Summary: Efficient algorithms for vector arrays
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/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-primitive-devel BuildRequires: ghc-primitive-devel

View File

@@ -1,6 +1,6 @@
name: vector-algorithms name: vector-algorithms
version: 0.8.0.4 version: 0.8.0.4
x-revision: 1 x-revision: 2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Dan Doel author: Dan Doel
@@ -58,7 +58,7 @@ library
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.5 && < 5, build-depends: base >= 4.5 && < 5,
vector >= 0.6 && < 0.14, vector >= 0.6 && < 0.13,
primitive >=0.3 && <0.8, primitive >=0.3 && <0.8,
bytestring >= 0.9 && < 1.0 bytestring >= 0.9 && < 1.0