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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=66
This commit is contained in:
Ondřej Súkup 2021-11-21 11:20:42 +00:00 committed by Git OBS Bridge
parent 18f5ed9faf
commit 5a88904c6a
5 changed files with 21 additions and 7 deletions

View File

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

3
Glob-0.10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6af672ac8427d35cbd42d64142dc288feab266f0be92dae3c696e8860d8173c0
size 30226

View File

@ -1,7 +1,7 @@
Cabal-Version: >= 1.10
Name: Glob
Version: 0.10.1
Version: 0.10.2
x-revision: 1
Homepage: http://iki.fi/matti.niemenmaa/glob/
Synopsis: Globbing library
@ -35,7 +35,7 @@ Library
, transformers-compat >= 0.3 && < 0.8
if impl(ghc < 8.0)
Build-Depends: semigroups >= 0.18 && < 0.20
Build-Depends: semigroups >= 0.18 && < 0.21
if os(windows)
Build-Depends: Win32 == 2.*

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Nov 20 17:31:36 UTC 2021 - psimons@suse.com
- Update Glob to version 0.10.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Nov 11 12:31:46 UTC 2021 - psimons@suse.com
- Update Glob to version 0.10.2.
0.10.2, 2021-11-10:
Relaxed transformers-compat version bound.
Supported Win32 2.12.0.0 or higher.
-------------------------------------------------------------------
Tue Jul 27 13:40:58 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name Glob
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.10.1
Version: 0.10.2
Release: 0
Summary: Globbing library
License: BSD-3-Clause
@ -59,7 +59,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
chmod -x *.txt # https://github.com/Deewiant/glob/issues/31
%build
%ghc_lib_build