forked from pool/ghc-vector-algorithms
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:
@@ -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>
|
Tue Oct 10 14:53:32 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-vector-algorithms
|
# 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
|
# 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
|
||||||
@@ -20,13 +20,13 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.9.0.1
|
Version: 0.9.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Efficient algorithms for vector arrays
|
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/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-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ba7c0d3a8f26ef3ada24ff4abe81609225ecbab3b5754f048f8a0a3ecc33841
|
|
||||||
size 29149
|
|
3
vector-algorithms-0.9.0.2.tar.gz
Normal file
3
vector-algorithms-0.9.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82ee0d0cb8734944781d3cac186cc2fe45aac7859b2af365f2f8ea32a17a253a
|
||||||
|
size 29259
|
@@ -1,7 +1,7 @@
|
|||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
name: vector-algorithms
|
name: vector-algorithms
|
||||||
version: 0.9.0.1
|
version: 0.9.0.2
|
||||||
x-revision: 3
|
x-revision: 1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Dan Doel
|
author: Dan Doel
|
||||||
@@ -161,7 +161,7 @@ test-suite properties
|
|||||||
base >= 4.9,
|
base >= 4.9,
|
||||||
bytestring,
|
bytestring,
|
||||||
containers,
|
containers,
|
||||||
QuickCheck > 2.9 && < 2.15,
|
QuickCheck > 2.9 && < 2.16,
|
||||||
vector,
|
vector,
|
||||||
vector-algorithms
|
vector-algorithms
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user