update to 0.10.2
This commit is contained in:
parent
930849804c
commit
f6ac2be6f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Glob-0.9.3.tar.gz
|
||||
/Glob-0.10.0.tar.gz
|
||||
/Glob-0.10.1.tar.gz
|
||||
/Glob-0.10.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Cabal-Version: >= 1.10
|
||||
|
||||
Name: Glob
|
||||
Version: 0.10.1
|
||||
x-revision: 1
|
||||
Version: 0.10.2
|
||||
x-revision: 3
|
||||
Homepage: http://iki.fi/matti.niemenmaa/glob/
|
||||
Synopsis: Globbing library
|
||||
Category: System
|
||||
@ -26,19 +26,19 @@ Source-Repository head
|
||||
Location: https://github.com/Deewiant/glob
|
||||
|
||||
Library
|
||||
Build-Depends: base >= 4 && < 5
|
||||
, containers < 0.7
|
||||
, directory < 1.4
|
||||
, dlist >= 0.4 && < 1.1
|
||||
, filepath >= 1.1 && < 1.5
|
||||
, transformers >= 0.2 && < 0.6
|
||||
, transformers-compat >= 0.3 && < 0.8
|
||||
Build-Depends: base >= 4 && < 5
|
||||
, containers
|
||||
, directory
|
||||
, dlist >= 0.4
|
||||
, filepath >= 1.1
|
||||
, transformers >= 0.2
|
||||
, transformers-compat >= 0.3
|
||||
|
||||
if impl(ghc < 8.0)
|
||||
Build-Depends: semigroups >= 0.18 && < 0.20
|
||||
Build-Depends: semigroups >= 0.18
|
||||
|
||||
if os(windows)
|
||||
Build-Depends: Win32 == 2.*
|
||||
Build-Depends: Win32 >= 2.5
|
||||
|
||||
Default-Language: Haskell98
|
||||
|
||||
@ -59,23 +59,23 @@ Test-Suite glob-tests
|
||||
main-is: Main.hs
|
||||
|
||||
Build-Depends: base >= 4 && < 5
|
||||
, containers < 0.7
|
||||
, directory < 1.4
|
||||
, dlist >= 0.4 && < 1.1
|
||||
, filepath >= 1.1 && < 1.5
|
||||
, transformers >= 0.2 && < 0.6
|
||||
, transformers-compat >= 0.3 && < 0.8
|
||||
, HUnit >= 1.2 && < 1.7
|
||||
, QuickCheck >= 2 && < 3
|
||||
, test-framework >= 0.2 && < 1
|
||||
, test-framework-hunit >= 0.2 && < 1
|
||||
, test-framework-quickcheck2 >= 0.3 && < 1
|
||||
, containers
|
||||
, directory
|
||||
, dlist >= 0.4
|
||||
, filepath >= 1.1
|
||||
, transformers >= 0.2
|
||||
, transformers-compat >= 0.3
|
||||
, HUnit >= 1.2
|
||||
, QuickCheck >= 2
|
||||
, test-framework >= 0.2
|
||||
, test-framework-hunit >= 0.2
|
||||
, test-framework-quickcheck2 >= 0.3
|
||||
|
||||
if impl(ghc < 8.0)
|
||||
Build-Depends: semigroups >= 0.18 && < 0.20
|
||||
Build-Depends: semigroups >= 0.18
|
||||
|
||||
if os(windows)
|
||||
Build-Depends: Win32 == 2.*
|
||||
Build-Depends: Win32 >= 2
|
||||
|
||||
Default-Language: Haskell98
|
||||
|
||||
@ -95,4 +95,4 @@ Test-Suite glob-tests
|
||||
Tests.Simplifier
|
||||
Tests.Utils
|
||||
|
||||
GHC-Options: -Wall
|
||||
GHC-Options: -Wall
|
@ -7,8 +7,8 @@
|
||||
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Globbing library
|
||||
|
||||
License: BSD
|
||||
@ -111,6 +111,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.10.2-1
|
||||
- https://hackage.haskell.org/package/Glob-0.10.2/changelog
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Glob-0.10.1.tar.gz) = b2b2ee93f2cadf01f8a6828b9e742a241601f5fada1f73388dc0044f8e0985c601bd6a42738c60c54eecb619b6289ac1302751d8e2402f6494aaeb2b2a4abb42
|
||||
SHA512 (Glob-0.10.2.tar.gz) = cd3c3fb00fad3b3e8d9ae2856a76d0d1688885ecec0b083eed87a4c1cf46111df747e66ff3e8bab2ffaf2a5f776a791442c7e0eefcf58f9d1e15e341b4c35a12
|
||||
|
Loading…
Reference in New Issue
Block a user