From 96fb0c35af98c4af087204b4cd47bc7de5ae2c7e27ccd5e9544afbb8fa8bd2da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:12:06 +0000 Subject: [PATCH 01/11] osc copypac from project:devel:languages:haskell:lts:9 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=18 --- ghc-monad-control.changes | 5 +++++ ghc-monad-control.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 0f61e58..e5fbf41 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + ------------------------------------------------------------------- Tue Jul 11 03:02:26 UTC 2017 - psimons@suse.com diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 4ef4b97..eff6d4e 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -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' @@ -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 %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %doc CHANGELOG README.markdown %changelog From b137f342732555d3f106e4a76e2385a7ad778135b452e22b249680c49b9faf71 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 09:00:24 +0000 Subject: [PATCH 02/11] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-monad-control revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=19 --- ghc-monad-control.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index eff6d4e..f85ad9b 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -22,7 +22,7 @@ Version: 1.0.2.1 Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause -Group: Development/Languages/Other +Group: Development/Languages/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 @@ -51,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} From 4e1935198254ce4f4967faefd6703c4a3b4f5454935969720be589ff6de27c73 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 14:01:37 +0000 Subject: [PATCH 03/11] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-monad-control revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=20 --- ghc-monad-control.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index f85ad9b..d75a536 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause Group: Development/Languages/Haskell -Url: https://hackage.haskell.org/package/%{pkg_name} +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 From 408a1b8c304b9c973ae79128c8aeb9fac0b5e18525854b1f448ba91ff90d418d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:53:19 +0000 Subject: [PATCH 04/11] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-monad-control revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=21 --- ghc-monad-control.changes | 5 +++++ ghc-monad-control.spec | 4 ++-- monad-control-1.0.2.1.tar.gz | 3 --- monad-control-1.0.2.2.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 monad-control-1.0.2.1.tar.gz create mode 100644 monad-control-1.0.2.2.tar.gz diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index e5fbf41..f9af3e6 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 03:02:57 UTC 2017 - psimons@suse.com + +- Update to version 1.0.2.2. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index d75a536..144576e 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -18,11 +18,11 @@ %global pkg_name monad-control Name: ghc-%{pkg_name} -Version: 1.0.2.1 +Version: 1.0.2.2 Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause -Group: Development/Languages/Haskell +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 diff --git a/monad-control-1.0.2.1.tar.gz b/monad-control-1.0.2.1.tar.gz deleted file mode 100644 index 915a326..0000000 --- a/monad-control-1.0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4ecb2db714499c0fa518321cfbbf22f98ed03c199d47eee0dea3e0430358c2 -size 12406 diff --git a/monad-control-1.0.2.2.tar.gz b/monad-control-1.0.2.2.tar.gz new file mode 100644 index 0000000..8908f9e --- /dev/null +++ b/monad-control-1.0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e34a21d123f2ed8bb2708e7f30343fa1d9d7f36881f9871cbcca4bb07e7e433 +size 13824 From d86217db04127cc17d6e834b4bc1427d66e7965dddadb97a20e641d83a885cbe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Mar 2018 02:18:02 +0000 Subject: [PATCH 05/11] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-monad-control revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=22 --- ghc-monad-control.changes | 6 ++++++ ghc-monad-control.spec | 4 ++-- monad-control-1.0.2.2.tar.gz | 3 --- monad-control-1.0.2.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 monad-control-1.0.2.2.tar.gz create mode 100644 monad-control-1.0.2.3.tar.gz diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index f9af3e6..e6064e7 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 5 03:01:38 UTC 2018 - psimons@suse.com + +- Update monad-control to version 1.0.2.3. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 17 03:02:57 UTC 2017 - psimons@suse.com diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 144576e..b71482e 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -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,7 +18,7 @@ %global pkg_name monad-control Name: ghc-%{pkg_name} -Version: 1.0.2.2 +Version: 1.0.2.3 Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause diff --git a/monad-control-1.0.2.2.tar.gz b/monad-control-1.0.2.2.tar.gz deleted file mode 100644 index 8908f9e..0000000 --- a/monad-control-1.0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e34a21d123f2ed8bb2708e7f30343fa1d9d7f36881f9871cbcca4bb07e7e433 -size 13824 diff --git a/monad-control-1.0.2.3.tar.gz b/monad-control-1.0.2.3.tar.gz new file mode 100644 index 0000000..3b8f857 --- /dev/null +++ b/monad-control-1.0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1 +size 13864 From 44b484690704d023c225c9b9afb7216802755a76706fee22efef37853082c91a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 14:59:53 +0000 Subject: [PATCH 06/11] osc copypac from project:devel:languages:haskell:lts:11 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=23 --- ghc-monad-control.changes | 72 +-------------------------------------- 1 file changed, 1 insertion(+), 71 deletions(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index e6064e7..58fbc6b 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,76 +1,6 @@ ------------------------------------------------------------------- -Mon Mar 5 03:01:38 UTC 2018 - psimons@suse.com +Wed Mar 14 16:55:44 UTC 2018 - psimons@suse.com - Update monad-control to version 1.0.2.3. A more detailed change log is not available. -------------------------------------------------------------------- -Thu Aug 17 03:02:57 UTC 2017 - psimons@suse.com - -- Update to version 1.0.2.2. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -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 - From b00a3e1b3948b7e929e796007050d0c1fc53aca78274ce7a0326bdd57c9f7226 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 13:50:22 +0000 Subject: [PATCH 07/11] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-monad-control revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=24 --- ghc-monad-control.changes | 62 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 58fbc6b..f48d583 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,6 +1,66 @@ ------------------------------------------------------------------- -Wed Mar 14 16:55:44 UTC 2018 - psimons@suse.com +Thu Apr 12 08:32:44 UTC 2018 - psimons@suse.com - Update monad-control to version 1.0.2.3. A more detailed change log is not available. +------------------------------------------------------------------- +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 + From ec5ffcf22a05835f183fc016c7fbeedebe0f677b2fefe619d4f98974735621c6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:34:21 +0000 Subject: [PATCH 08/11] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-monad-control revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=25 --- ghc-monad-control.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index b71482e..37cb7a9 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -76,7 +76,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc CHANGELOG README.markdown From 4a0b431e3e050e6168e4f98114bbd441b133e4cfda7cb3d490128a91bc16c2f8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:17:25 +0000 Subject: [PATCH 09/11] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-monad-control revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=26 --- ghc-monad-control.changes | 66 --------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 ghc-monad-control.changes diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes deleted file mode 100644 index f48d583..0000000 --- a/ghc-monad-control.changes +++ /dev/null @@ -1,66 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:32:44 UTC 2018 - psimons@suse.com - -- Update monad-control to version 1.0.2.3. - A more detailed change log is not available. - -------------------------------------------------------------------- -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 - From 1f81b382eb232aa43771e2687aec81c82eccf18f97af5acbe3e3d1d1b7d5b3d7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:20:43 +0000 Subject: [PATCH 10/11] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-monad-control revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=27 --- ghc-monad-control.changes | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 ghc-monad-control.changes diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes new file mode 100644 index 0000000..0f61e58 --- /dev/null +++ b/ghc-monad-control.changes @@ -0,0 +1,60 @@ +------------------------------------------------------------------- +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 + From 9cb29ed0dab2986d1da31824768984177b4a9a5ab06616cb57d0f99e8eaf51d3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:13 +0000 Subject: [PATCH 11/11] osc copypac from project:devel:languages:haskell:ghc-8.4.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=28 --- ghc-monad-control.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 0f61e58..bf217f7 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -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