SHA256
1
0
forked from pool/ghc-Glob

Accepting request 406353 from devel:languages:haskell

fix semigroups reqs (forwarded request 406352 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/406353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-Glob?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-07-05 07:52:46 +00:00 committed by Git OBS Bridge
commit 1991af4615
4 changed files with 28 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 3 10:07:56 UTC 2016 - mimi.vx@gmail.com
- update to 0.7.9
* Add missing Utils module to test suite, so that the tests provided with
the sdist tarball actually run.
* Add dependency on transformers-compat to allow using
Control.Monad.Trans.Except also with older library versions.
-------------------------------------------------------------------
Thu Jun 30 12:05:56 UTC 2016 - mimi.vx@gmail.com
- update to 0.7.7
* Update test dependencies to allow HUnit-1.3.
* Update dependencies to allow filepath-1.4.
* Added Cabal Source-Repository metadata, pointing to GitHub.
* Integrated tests with Cabal so that they can be run with "cabal test".
* Got rid of deprecation warnings by using Control.Monad.Trans.Except
instead of Control.Monad.Trans.Error.
* Added Semigroup instance, bringing in a new dependency on semigroups on
pre-8.0 GHC versions.
-------------------------------------------------------------------
Thu Nov 19 11:39:00 UTC 2015 - mimi.vx@gmail.com

View File

@ -18,7 +18,7 @@
%global pkg_name Glob
Name: ghc-Glob
Version: 0.7.5
Version: 0.7.9
Release: 0
Summary: Globbing library
Group: System/Libraries
@ -35,7 +35,9 @@ BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-dlist-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-semigroups-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-transformers-compat-devel
# End cabal-rpm deps
%description
@ -56,7 +58,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cabal-tweak-dep-ver filepath '< 1.4' '< 1.5'
%build
%ghc_lib_build