Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2015-06-03 08:33:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-journal (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-journal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-journal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-journal/ghc-monad-journal.changes      
2015-05-27 12:44:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2015-06-03 08:33:22.000000000 +0200
@@ -1,0 +2,6 @@
+Sun May 31 20:09:43 UTC 2015 - [email protected]
+
+- update to 0.7.1
+* Added support for either 4.4.1.
+
+-------------------------------------------------------------------

Old:
----
  monad-journal-0.7.tar.gz

New:
----
  monad-journal-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-monad-journal.spec ++++++
--- /var/tmp/diff_new_pack.4aNZH7/_old  2015-06-03 08:33:22.000000000 +0200
+++ /var/tmp/diff_new_pack.4aNZH7/_new  2015-06-03 08:33:22.000000000 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name monad-journal
 
-Name:           ghc-%{pkg_name}
-Version:        0.7
+Name:           ghc-monad-journal
+Version:        0.7.1
 Release:        0
 Summary:        Pure logger typeclass and monad transformer
+License:        BSD-3-Clause
 Group:          System/Libraries
 
-License:        BSD-3-Clause
 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
@@ -60,31 +61,24 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %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,-)
 %doc README.md
 
-
 %changelog

++++++ monad-journal-0.7.tar.gz -> monad-journal-0.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7/CHANGELOG.md 
new/monad-journal-0.7.1/CHANGELOG.md
--- old/monad-journal-0.7/CHANGELOG.md  2015-01-06 15:43:48.000000000 +0100
+++ new/monad-journal-0.7.1/CHANGELOG.md        2015-05-29 19:22:01.000000000 
+0200
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 0.7.1
+
+- Added support for either 4.4.1.
+
 ### 0.7
 
 - Added support for GHC 7.10.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7/monad-journal.cabal 
new/monad-journal-0.7.1/monad-journal.cabal
--- old/monad-journal-0.7/monad-journal.cabal   2015-01-06 15:43:48.000000000 
+0100
+++ new/monad-journal-0.7.1/monad-journal.cabal 2015-05-29 19:22:01.000000000 
+0200
@@ -1,7 +1,7 @@
 name:                monad-journal
 license:             BSD3
 license-file:        LICENSE
-version:             0.7
+version:             0.7.1
 synopsis:            Pure logger typeclass and monad transformer
 description:         This package provides a typeclass for logging in
                      pure code, or more generally, in any kind of
@@ -43,7 +43,7 @@
   build-depends:           base              >= 4.5   && < 5.0
                          , mtl               >= 2.1   && < 2.3
                          , transformers      >= 0.3   && < 0.5
-                         , either            >= 4.1   && < 4.4
+                         , either            >= 4.1   && < 4.5
                          , monad-control     >= 0.3   && < 1.1
                          , transformers-base >= 0.4   && < 0.5
 


Reply via email to