forked from pool/ghc-Glob
Accepting request 406291 from devel:languages:haskell:lts
- 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. - 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. OBS-URL: https://build.opensuse.org/request/show/406291 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=3
This commit is contained in:
parent
fb5e7e5f67
commit
a02524c7c0
@ -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
3
Glob-0.7.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd
|
||||||
|
size 24191
|
@ -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
|
Thu Nov 19 11:39:00 UTC 2015 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
%global pkg_name Glob
|
%global pkg_name Glob
|
||||||
|
|
||||||
Name: ghc-Glob
|
Name: ghc-Glob
|
||||||
Version: 0.7.5
|
Version: 0.7.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Globbing library
|
Summary: Globbing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -36,6 +36,7 @@ BuildRequires: ghc-directory-devel
|
|||||||
BuildRequires: ghc-dlist-devel
|
BuildRequires: ghc-dlist-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
|
BuildRequires: ghc-transformers-compat-devel
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,7 +57,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
cabal-tweak-dep-ver filepath '< 1.4' '< 1.5'
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user