commit ghc-managed for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2020-09-07 21:32:27

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new.3399 (New)


Package is "ghc-managed"

Mon Sep  7 21:32:27 2020 rev:7 rq:832293 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2020-08-28 
21:34:46.644706728 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.3399/ghc-managed.changes
2020-09-07 21:32:27.885300898 +0200
@@ -1,0 +2,6 @@
+Fri Sep  4 02:01:28 UTC 2020 - psim...@suse.com
+
+- Update managed to version 1.0.8.
+  Upstream does not provide a change log file.
+
+---

Old:

  managed-1.0.7.tar.gz

New:

  managed-1.0.8.tar.gz



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.HI7ZSF/_old  2020-09-07 21:32:28.477301169 +0200
+++ /var/tmp/diff_new_pack.HI7ZSF/_new  2020-09-07 21:32:28.481301171 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name managed
 Name:   ghc-%{pkg_name}
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:A monad for managed values
 License:BSD-3-Clause

++ managed-1.0.7.tar.gz -> managed-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.7/managed.cabal 
new/managed-1.0.8/managed.cabal
--- old/managed-1.0.7/managed.cabal 2020-01-22 04:14:31.0 +0100
+++ new/managed-1.0.8/managed.cabal 2020-09-03 17:55:19.0 +0200
@@ -1,6 +1,6 @@
 Name: managed
-Version: 1.0.7
-Cabal-Version: >=1.8.0.2
+Version: 1.0.8
+Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
 License-File: LICENSE
@@ -42,3 +42,4 @@
 Control.Monad.Managed,
 Control.Monad.Managed.Safe
 GHC-Options: -Wall
+Default-Language: Haskell2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.7/src/Control/Monad/Managed.hs 
new/managed-1.0.8/src/Control/Monad/Managed.hs
--- old/managed-1.0.7/src/Control/Monad/Managed.hs  2020-01-22 
04:14:31.0 +0100
+++ new/managed-1.0.8/src/Control/Monad/Managed.hs  2020-09-03 
17:55:19.0 +0200
@@ -271,11 +271,11 @@
 using m = lift (using m)
 
 -- | Build a `Managed` value
-managed :: (forall r . (a -> IO r) -> IO r) -> Managed a
-managed = Managed
+managed :: MonadManaged m => (forall r . (a -> IO r) -> IO r) -> m a
+managed f = using (Managed f)
 
 -- | Like 'managed' but for resource-less operations.
-managed_ :: (forall r. IO r -> IO r) -> Managed ()
+managed_ :: MonadManaged m => (forall r. IO r -> IO r) -> m ()
 managed_ f = managed $ \g -> f $ g ()
 
 {-| Acquire a `Managed` value
@@ -303,7 +303,7 @@
 a value that is not a resource being managed.
 -}
 with :: Managed a -> (a -> IO r) -> IO r
-with = (>>-)
+with m = (>>-) m
 
 -- | Run a `Managed` computation, enforcing that no acquired resources leak
 runManaged :: Managed () -> IO ()




commit ghc-managed for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2020-08-28 21:34:43

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new.3399 (New)


Package is "ghc-managed"

Fri Aug 28 21:34:43 2020 rev:6 rq:829341 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2020-06-19 
17:15:07.214474803 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.3399/ghc-managed.changes
2020-08-28 21:34:46.644706728 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:45:23 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.ELSaVA/_old  2020-08-28 21:34:47.248707014 +0200
+++ /var/tmp/diff_new_pack.ELSaVA/_new  2020-08-28 21:34:47.248707014 +0200
@@ -56,7 +56,7 @@
 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




commit ghc-managed for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2020-06-19 17:14:46

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new.3606 (New)


Package is "ghc-managed"

Fri Jun 19 17:14:46 2020 rev:5 rq:815127 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2020-03-09 
14:16:26.294627406 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.3606/ghc-managed.changes
2020-06-19 17:15:07.214474803 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 11:14:20 UTC 2020 - Peter Simons 
+
+- Re-generate file with latest version of spec-cleaner.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.2Z4kD4/_old  2020-06-19 17:15:08.382478443 +0200
+++ /var/tmp/diff_new_pack.2Z4kD4/_new  2020-06-19 17:15:08.386478456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-managed
 #
-# Copyright (c) 2020 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




commit ghc-managed for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2020-03-09 14:16:24

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new.26092 (New)


Package is "ghc-managed"

Mon Mar  9 14:16:24 2020 rev:4 rq:780023 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2019-12-27 
13:54:59.112705175 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.26092/ghc-managed.changes   
2020-03-09 14:16:26.294627406 +0100
@@ -1,0 +2,6 @@
+Sat Jan 25 10:23:00 UTC 2020 - psim...@suse.com
+
+- Update managed to version 1.0.7.
+  Upstream does not provide a change log file.
+
+---

Old:

  managed-1.0.6.tar.gz

New:

  managed-1.0.7.tar.gz



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.bdHJ9j/_old  2020-03-09 14:16:27.110627944 +0100
+++ /var/tmp/diff_new_pack.bdHJ9j/_new  2020-03-09 14:16:27.126627954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-managed
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 managed
 Name:   ghc-%{pkg_name}
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:A monad for managed values
 License:BSD-3-Clause

++ managed-1.0.6.tar.gz -> managed-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.6/managed.cabal 
new/managed-1.0.7/managed.cabal
--- old/managed-1.0.6/managed.cabal 2018-02-14 04:00:52.0 +0100
+++ new/managed-1.0.7/managed.cabal 2020-01-22 04:14:31.0 +0100
@@ -1,5 +1,5 @@
 Name: managed
-Version: 1.0.6
+Version: 1.0.7
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.6/src/Control/Monad/Managed.hs 
new/managed-1.0.7/src/Control/Monad/Managed.hs
--- old/managed-1.0.6/src/Control/Monad/Managed.hs  2018-02-14 
04:00:52.0 +0100
+++ new/managed-1.0.7/src/Control/Monad/Managed.hs  2020-01-22 
04:14:31.0 +0100
@@ -108,6 +108,9 @@
 ) where
 
 import Control.Monad.IO.Class (MonadIO(liftIO))
+#if MIN_VERSION_base(4,9,0)
+import Control.Monad.Fail as MonadFail (MonadFail(..))
+#endif
 import Control.Monad.Trans.Class (lift)
 
 #if MIN_VERSION_base(4,8,0)
@@ -166,6 +169,13 @@
 a <- m
 return_ a )
 
+#if MIN_VERSION_base(4,9,0)
+instance MonadFail Managed where
+fail s = Managed (\return_ -> do
+a <- MonadFail.fail s
+return_ a )
+#endif
+
 instance Semigroup a => Semigroup (Managed a) where
 (<>) = liftA2 (<>)
 




commit ghc-managed for openSUSE:Factory

2019-12-27 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2019-12-27 13:54:47

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new.6675 (New)


Package is "ghc-managed"

Fri Dec 27 13:54:47 2019 rev:3 rq:759442 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2018-10-25 
08:27:06.731780843 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new.6675/ghc-managed.changes
2019-12-27 13:54:59.112705175 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:14:10 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.f3luYW/_old  2019-12-27 13:54:59.908705560 +0100
+++ /var/tmp/diff_new_pack.f3luYW/_new  2019-12-27 13:54:59.924705567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-managed
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:A monad for managed values
 License:BSD-3-Clause
-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
@@ -48,7 +47,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-managed for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2018-10-25 08:27:03

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Thu Oct 25 08:27:03 2018 rev:2 rq:643417 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2018-07-25 
16:08:59.389433845 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2018-10-25 08:27:06.731780843 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:31:41 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.hw846V/_old  2018-10-25 08:27:07.543780467 +0200
+++ /var/tmp/diff_new_pack.hw846V/_new  2018-10-25 08:27:07.543780467 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 




commit ghc-managed for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2017-09-15 21:56:48

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Fri Sep 15 21:56:48 2017 rev:6 rq:524975 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2016-07-20 
09:23:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2017-09-15 21:56:49.994910610 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.1WjDr6/_old  2017-09-15 21:56:50.602824938 +0200
+++ /var/tmp/diff_new_pack.1WjDr6/_new  2017-09-15 21:56:50.606824375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-managed
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,15 +22,12 @@
 Release:0
 Summary:A monad for managed values
 License:BSD-3-Clause
-Group:  System/Libraries
-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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 In Haskell you very often acquire values using the 'with...' idiom using
@@ -51,7 +48,7 @@
 
 %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}
@@ -63,15 +60,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -79,10 +73,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-managed for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2016-07-20 09:23:39

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2016-05-31 
12:25:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2016-07-20 09:23:43.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:29:41 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.5 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.F2ilnR/_old  2016-07-20 09:23:44.0 +0200
+++ /var/tmp/diff_new_pack.F2ilnR/_new  2016-07-20 09:23:44.0 +0200
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name managed
 
-Name:   ghc-managed
+%global pkg_name managed
+Name:   ghc-%{pkg_name}
 Version:1.0.5
 Release:0
 Summary:A monad for managed values
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -51,19 +49,17 @@
 * provide some additional type class instances that would otherwise be orphan
 instances.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -71,7 +67,6 @@
 %build
 %ghc_lib_build
 
-sed -i 's/\r//' LICENSE
 
 %install
 %ghc_lib_install
@@ -80,18 +75,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog




commit ghc-managed for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2016-05-31 12:25:11

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2016-05-25 
21:28:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2016-05-31 12:25:11.0 +0200
@@ -1,0 +2,5 @@
+Mon May 30 10:15:01 UTC 2016 - mimi...@gmail.com
+
+- update to 1.0.5 
+
+---

Old:

  managed-1.0.4.tar.gz

New:

  managed-1.0.5.tar.gz



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.8vMI6y/_old  2016-05-31 12:25:12.0 +0200
+++ /var/tmp/diff_new_pack.8vMI6y/_new  2016-05-31 12:25:12.0 +0200
@@ -18,7 +18,7 @@
 %global pkg_name managed
 
 Name:   ghc-managed
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:A monad for managed values
 Group:  System/Libraries

++ managed-1.0.4.tar.gz -> managed-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.4/managed.cabal 
new/managed-1.0.5/managed.cabal
--- old/managed-1.0.4/managed.cabal 2016-05-18 05:37:58.0 +0200
+++ new/managed-1.0.5/managed.cabal 2016-05-29 02:09:10.0 +0200
@@ -1,5 +1,5 @@
 Name: managed
-Version: 1.0.4
+Version: 1.0.5
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -7,6 +7,7 @@
 Copyright: 2014 Gabriel Gonzalez
 Author: Gabriel Gonzalez
 Maintainer: gabriel...@gmail.com
+Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
 Bug-Reports: https://github.com/Gabriel439/Haskell-Managed-Library/issues
 Synopsis: A monad for managed values
 Description: In Haskell you very often acquire values using the @with...@
@@ -33,8 +34,8 @@
 Hs-Source-Dirs: src
 Build-Depends:
 base  >= 4.5 && < 5  ,
-transformers  >= 0.4.0.0 && < 0.6
+transformers  >= 0.2.0.0 && < 0.6
 Exposed-Modules:
 Control.Monad.Managed,
 Control.Monad.Managed.Safe
-GHC-Options: -O2 -Wall
+GHC-Options: -Wall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.4/src/Control/Monad/Managed.hs 
new/managed-1.0.5/src/Control/Monad/Managed.hs
--- old/managed-1.0.4/src/Control/Monad/Managed.hs  2016-03-28 
00:14:05.0 +0200
+++ new/managed-1.0.5/src/Control/Monad/Managed.hs  2016-05-29 
02:12:29.0 +0200
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP#-}
 {-# LANGUAGE RankNTypes #-}
 
 {-| An example Haskell program to copy data from one handle to another might
@@ -106,13 +107,20 @@
 module Control.Monad.IO.Class
 ) where
 
-import Control.Applicative (Applicative(pure, (<*>)), liftA2)
 import Control.Monad.IO.Class (MonadIO(liftIO))
 import Control.Monad.Trans.Class (lift)
-import Data.Monoid (Monoid(mempty, mappend))
+
+#if MIN_VERSION_base(4,8,0)
+import Control.Applicative (liftA2)
+#else
+import Control.Applicative
+import Data.Monoid
+#endif
 
 import qualified Control.Monad.Trans.Cont  as Cont
+#if MIN_VERSION_transformers(0,4,0)
 import qualified Control.Monad.Trans.Exceptas Except
+#endif
 import qualified Control.Monad.Trans.Identity  as Identity
 import qualified Control.Monad.Trans.Maybe as Maybe
 import qualified Control.Monad.Trans.Readeras Reader
@@ -211,8 +219,10 @@
 instance MonadManaged m => MonadManaged (Cont.ContT r m) where
 using m = lift (using m)
 
+#if MIN_VERSION_transformers(0,4,0)
 instance MonadManaged m => MonadManaged (Except.ExceptT e m) where
 using m = lift (using m)
+#endif
 
 instance MonadManaged m => MonadManaged (Identity.IdentityT m) where
 using m = lift (using m)




commit ghc-managed for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2016-05-25 21:28:31

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2016-04-03 
23:07:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2016-05-25 21:28:37.0 +0200
@@ -1,0 +2,5 @@
+Thu May 19 07:06:08 UTC 2016 - mimi...@gmail.com
+
+- update to 1.0.4 
+
+---

Old:

  managed-1.0.3.tar.gz

New:

  managed-1.0.4.tar.gz



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.Y4je4I/_old  2016-05-25 21:28:38.0 +0200
+++ /var/tmp/diff_new_pack.Y4je4I/_new  2016-05-25 21:28:38.0 +0200
@@ -18,7 +18,7 @@
 %global pkg_name managed
 
 Name:   ghc-managed
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:A monad for managed values
 Group:  System/Libraries

++ managed-1.0.3.tar.gz -> managed-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.3/managed.cabal 
new/managed-1.0.4/managed.cabal
--- old/managed-1.0.3/managed.cabal 2016-03-28 00:15:29.0 +0200
+++ new/managed-1.0.4/managed.cabal 2016-05-18 05:37:58.0 +0200
@@ -1,5 +1,5 @@
 Name: managed
-Version: 1.0.3
+Version: 1.0.4
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -33,7 +33,7 @@
 Hs-Source-Dirs: src
 Build-Depends:
 base  >= 4.5 && < 5  ,
-transformers  >= 0.2.0.0 && < 0.6
+transformers  >= 0.4.0.0 && < 0.6
 Exposed-Modules:
 Control.Monad.Managed,
 Control.Monad.Managed.Safe




commit ghc-managed for openSUSE:Factory

2016-04-03 Thread h_root
Hello community,

here is the log from the commit of package ghc-managed for openSUSE:Factory 
checked in at 2016-04-03 23:07:21

Comparing /work/SRC/openSUSE:Factory/ghc-managed (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-managed.new (New)


Package is "ghc-managed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-managed/ghc-managed.changes  2016-02-09 
13:32:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-managed.new/ghc-managed.changes 
2016-04-03 23:07:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Mar 29 07:53:22 UTC 2016 - mimi...@gmail.com
+
+- update to 1.0.3 
+
+---

Old:

  managed-1.0.2.tar.gz

New:

  managed-1.0.3.tar.gz



Other differences:
--
++ ghc-managed.spec ++
--- /var/tmp/diff_new_pack.NUFirI/_old  2016-04-03 23:07:40.0 +0200
+++ /var/tmp/diff_new_pack.NUFirI/_new  2016-04-03 23:07:40.0 +0200
@@ -18,7 +18,7 @@
 %global pkg_name managed
 
 Name:   ghc-managed
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:A monad for managed values
 Group:  System/Libraries

++ managed-1.0.2.tar.gz -> managed-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.2/LICENSE new/managed-1.0.3/LICENSE
--- old/managed-1.0.2/LICENSE   2016-01-18 18:56:49.0 +0100
+++ new/managed-1.0.3/LICENSE   2014-08-10 18:37:16.0 +0200
@@ -1,24 +1,24 @@
-Copyright (c) 2014 Gabriel Gonzalez
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-* Neither the name of Gabriel Gonzalez nor the names of other contributors
-  may be used to endorse or promote products derived from this software
-  without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Copyright (c) 2014 Gabriel Gonzalez
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of Gabriel Gonzalez nor the names of other contributors
+  may be used to endorse or promote products derived from this software
+  without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/managed-1.0.2/Setup.hs new/managed-1.0.3/Setup.hs
--- old/managed-1.0.2/Set