update to 0.10.1
This commit is contained in:
parent
f037ed76d1
commit
c703d42a53
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/Glob-0.9.2.tar.gz
|
/Glob-0.9.2.tar.gz
|
||||||
/Glob-0.9.3.tar.gz
|
/Glob-0.9.3.tar.gz
|
||||||
/Glob-0.10.0.tar.gz
|
/Glob-0.10.0.tar.gz
|
||||||
|
/Glob-0.10.1.tar.gz
|
||||||
|
@ -1,94 +0,0 @@
|
|||||||
Cabal-Version: >= 1.9.2
|
|
||||||
|
|
||||||
Name: Glob
|
|
||||||
Version: 0.10.0
|
|
||||||
x-revision: 1
|
|
||||||
Homepage: http://iki.fi/matti.niemenmaa/glob/
|
|
||||||
Synopsis: Globbing library
|
|
||||||
Category: System
|
|
||||||
Stability: provisional
|
|
||||||
Description:
|
|
||||||
A library for globbing: matching patterns against file paths.
|
|
||||||
|
|
||||||
Author: Matti Niemenmaa
|
|
||||||
Maintainer: Matti Niemenmaa <matti.niemenmaa+glob@iki.fi>
|
|
||||||
License: BSD3
|
|
||||||
License-File: LICENSE.txt
|
|
||||||
|
|
||||||
Build-Type: Simple
|
|
||||||
|
|
||||||
Extra-Source-Files: CHANGELOG.txt
|
|
||||||
CREDITS.txt
|
|
||||||
README.txt
|
|
||||||
|
|
||||||
Source-Repository head
|
|
||||||
Type: git
|
|
||||||
Location: https://github.com/Deewiant/glob
|
|
||||||
|
|
||||||
Library
|
|
||||||
Build-Depends: base >= 4 && < 5
|
|
||||||
, containers < 0.7
|
|
||||||
, directory < 1.4
|
|
||||||
, dlist >= 0.4 && < 0.9
|
|
||||||
, filepath >= 1.1 && < 1.5
|
|
||||||
, transformers >= 0.2 && < 0.6
|
|
||||||
, transformers-compat >= 0.3 && < 0.7
|
|
||||||
|
|
||||||
if impl(ghc < 8.0)
|
|
||||||
Build-Depends: semigroups >= 0.18 && < 0.20
|
|
||||||
|
|
||||||
if os(windows)
|
|
||||||
Build-Depends: Win32 == 2.*
|
|
||||||
|
|
||||||
Exposed-Modules: System.FilePath.Glob
|
|
||||||
System.FilePath.Glob.Primitive
|
|
||||||
Other-Modules: System.FilePath.Glob.Base
|
|
||||||
System.FilePath.Glob.Directory
|
|
||||||
System.FilePath.Glob.Match
|
|
||||||
System.FilePath.Glob.Simplify
|
|
||||||
System.FilePath.Glob.Utils
|
|
||||||
|
|
||||||
GHC-Options: -Wall
|
|
||||||
|
|
||||||
Test-Suite glob-tests
|
|
||||||
type: exitcode-stdio-1.0
|
|
||||||
|
|
||||||
hs-source-dirs: ., tests
|
|
||||||
main-is: Main.hs
|
|
||||||
|
|
||||||
Build-Depends: base >= 4 && < 5
|
|
||||||
, containers < 0.7
|
|
||||||
, directory < 1.4
|
|
||||||
, dlist >= 0.4 && < 0.9
|
|
||||||
, filepath >= 1.1 && < 1.5
|
|
||||||
, transformers >= 0.2 && < 0.6
|
|
||||||
, transformers-compat >= 0.3 && < 0.7
|
|
||||||
, 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
|
|
||||||
|
|
||||||
if impl(ghc < 8.0)
|
|
||||||
Build-Depends: semigroups >= 0.18 && < 0.20
|
|
||||||
|
|
||||||
if os(windows)
|
|
||||||
Build-Depends: Win32 == 2.*
|
|
||||||
|
|
||||||
Other-Modules: System.FilePath.Glob.Base
|
|
||||||
System.FilePath.Glob.Directory
|
|
||||||
System.FilePath.Glob.Match
|
|
||||||
System.FilePath.Glob.Primitive
|
|
||||||
System.FilePath.Glob.Simplify
|
|
||||||
System.FilePath.Glob.Utils
|
|
||||||
Tests.Base
|
|
||||||
Tests.Compiler
|
|
||||||
Tests.Directory
|
|
||||||
Tests.Instances
|
|
||||||
Tests.Matcher
|
|
||||||
Tests.Optimizer
|
|
||||||
Tests.Regression
|
|
||||||
Tests.Simplifier
|
|
||||||
Tests.Utils
|
|
||||||
|
|
||||||
GHC-Options: -Wall
|
|
@ -7,15 +7,14 @@
|
|||||||
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.10.0
|
Version: 0.10.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Globbing library
|
Summary: Globbing library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
# Begin cabal-rpm sources:
|
# Begin cabal-rpm sources:
|
||||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
|
||||||
# End cabal-rpm sources
|
# End cabal-rpm sources
|
||||||
|
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
@ -71,7 +70,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%prep
|
%prep
|
||||||
# Begin cabal-rpm setup:
|
# Begin cabal-rpm setup:
|
||||||
%setup -q -n %{pkgver}
|
%setup -q -n %{pkgver}
|
||||||
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
chmod a-x CHANGELOG.txt README.txt
|
chmod a-x CHANGELOG.txt README.txt
|
||||||
# End cabal-rpm setup
|
# End cabal-rpm setup
|
||||||
|
|
||||||
@ -110,6 +108,9 @@ chmod a-x CHANGELOG.txt README.txt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.10.1-1
|
||||||
|
- update to 0.10.1
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Glob-0.10.0.tar.gz) = a7e1fe244cc7f4b74fb9cc74712d0d11679597dc5cb2e4f06540b71d3c9999c6e7e4f5243e8f757bcdcfea7c031b82143b522b378e157ad4a5046bc1e6bea88c
|
SHA512 (Glob-0.10.1.tar.gz) = b2b2ee93f2cadf01f8a6828b9e742a241601f5fada1f73388dc0044f8e0985c601bd6a42738c60c54eecb619b6289ac1302751d8e2402f6494aaeb2b2a4abb42
|
||||||
|
Loading…
Reference in New Issue
Block a user