4
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-vector-algorithms?expand=0&rev=64
This commit is contained in:
2024-05-27 13:00:26 +00:00
committed by Git OBS Bridge
parent 774c3d9812
commit 24190bbff9
5 changed files with 183 additions and 175 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 27 02:16:41 UTC 2024 - Peter Simons <psimons@suse.com>
- Update vector-algorithms to version 0.9.0.2 revision 1.
## Version 0.9.0.2 (2024-05-23)
- Add `TypeOperators` pragma where needed.
-------------------------------------------------------------------
Tue Oct 10 14:53:32 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-vector-algorithms
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.9.0.1
Version: 0.9.0.2
Release: 0
Summary: Efficient algorithms for vector arrays
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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ba7c0d3a8f26ef3ada24ff4abe81609225ecbab3b5754f048f8a0a3ecc33841
size 29149

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82ee0d0cb8734944781d3cac186cc2fe45aac7859b2af365f2f8ea32a17a253a
size 29259

View File

@@ -1,7 +1,7 @@
cabal-version: >= 1.10
name: vector-algorithms
version: 0.9.0.1
x-revision: 3
version: 0.9.0.2
x-revision: 1
license: BSD3
license-file: LICENSE
author: Dan Doel
@@ -161,7 +161,7 @@ test-suite properties
base >= 4.9,
bytestring,
containers,
QuickCheck > 2.9 && < 2.15,
QuickCheck > 2.9 && < 2.16,
vector,
vector-algorithms