Accepting request 607839 from devel:languages:haskell
Update ghc-monad-control to the latest version. OBS-URL: https://build.opensuse.org/request/show/607839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monad-control?expand=0&rev=9
This commit is contained in:
commit
d16d0883b4
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update monad-control to version 1.0.2.3.
|
||||
* Correct spelling mistake. Courtesy of Edward Betts.
|
||||
* Support transformers-compat-0.6.
|
||||
* Added some good documentation. Courtesy of Franz Thoma.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 03:02:26 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-monad-control
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%global pkg_name monad-control
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.2.1
|
||||
Version: 1.0.2.3
|
||||
Release: 0
|
||||
Summary: Lift control operations, like exception catching, through monad transformers
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -31,7 +31,6 @@ BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package defines the type class 'MonadBaseControl', a subset of 'MonadBase'
|
||||
@ -52,7 +51,7 @@ and speedup most definitions.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Other
|
||||
Group: Development/Libraries/Haskell
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
@ -77,11 +76,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG README.markdown
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc4ecb2db714499c0fa518321cfbbf22f98ed03c199d47eee0dea3e0430358c2
|
||||
size 12406
|
3
monad-control-1.0.2.3.tar.gz
Normal file
3
monad-control-1.0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1
|
||||
size 13864
|
Loading…
Reference in New Issue
Block a user