forked from pool/ghc-monad-control
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-monad-control revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=46
This commit is contained in:
parent
89894d46c4
commit
3c0b0aebd8
@ -1,82 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:14 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
Tue Aug 18 10:45:29 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:43 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
- Add monad-control at version 1.0.2.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:32 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 1.0.2.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 21:01:53 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 1.0.2.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 16:59:05 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 1.0.1.0 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 15:00:08 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.0.1.0
|
||||
- removed useless _service
|
||||
* Added the functions:
|
||||
|
||||
liftThrough
|
||||
:: (MonadTransControl t, Monad (t m), Monad m)
|
||||
=> (m (StT t a) -> m (StT t b)) -- ^
|
||||
-> t m a -> t m b
|
||||
|
||||
captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
|
||||
captureM :: MonadBaseControl b m => m (StM m ())
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 13:23:46 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.0.0.5
|
||||
* Support transformers-0.5 & ransformers-compat-0.5.*.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 19:32:20 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.0.0.4
|
||||
* Support transformers-compat-0.4.*.
|
||||
* Unconditionally add ExceptT instances using transformers-compat.
|
||||
Courtesy of Adam Bergmark.
|
||||
* Add a base >= 4.5 constraint because monad-control only builds on GHC >= 7.4.
|
||||
* Use Safe instead of Trustworthy.
|
||||
This requires a dependency on stm.
|
||||
* Switch the associated data types StT and StM to associated type synonyms.
|
||||
This is an API breaking change. To fix your MonadTransControl or
|
||||
MonadBaseControl instances simply remove the StT or StM constructors
|
||||
and deconstructors for your monad transformers or monad.
|
||||
* Add the embed, embed_ and liftBaseOpDiscard functions.
|
||||
* Support transformers-0.4.0.0
|
||||
* Drop unicode syntax and symbols
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 21:43:23 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- Initial package - version 0.3.2.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-monad-control
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -59,7 +59,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user