Hello community,

here is the log from the commit of package ghc-lifted-base for openSUSE:Factory 
checked in at 2016-09-05 21:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-base (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-lifted-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-lifted-base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-base/ghc-lifted-base.changes  
2016-08-24 10:07:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lifted-base.new/ghc-lifted-base.changes     
2016-09-05 21:20:18.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:22:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.3.8 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  lifted-base-0.2.3.7.tar.gz

New:
----
  lifted-base-0.2.3.8.tar.gz

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

Other differences:
------------------
++++++ ghc-lifted-base.spec ++++++
--- /var/tmp/diff_new_pack.WfqfPt/_old  2016-09-05 21:20:20.000000000 +0200
+++ /var/tmp/diff_new_pack.WfqfPt/_new  2016-09-05 21:20:20.000000000 +0200
@@ -19,11 +19,11 @@
 %global pkg_name lifted-base
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.7
+Version:        0.2.3.8
 Release:        0
 Summary:        Lifted IO operations from the base library
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/Other
 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
@@ -63,19 +63,15 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
 %cabal_test
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ lifted-base-0.2.3.7.tar.gz -> lifted-base-0.2.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/Foreign/Marshal/Utils/Lifted.hs 
new/lifted-base-0.2.3.8/Foreign/Marshal/Utils/Lifted.hs
--- old/lifted-base-0.2.3.7/Foreign/Marshal/Utils/Lifted.hs     2016-07-19 
19:05:25.000000000 +0200
+++ new/lifted-base-0.2.3.8/Foreign/Marshal/Utils/Lifted.hs     2016-07-21 
06:39:08.000000000 +0200
@@ -2,8 +2,10 @@
 {-# LANGUAGE NoImplicitPrelude #-}
 {-# LANGUAGE FlexibleContexts #-}
 
-#if __GLASGOW_HASKELL__ >= 702
+#if __GLASGOW_HASKELL__ >= 710
 {-# LANGUAGE Safe #-}
+#elif __GLASGOW_HASKELL__ >= 702
+{-# LANGUAGE Trustworthy #-}
 #endif
 
 {- |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/README.markdown 
new/lifted-base-0.2.3.8/README.markdown
--- old/lifted-base-0.2.3.7/README.markdown     2016-07-19 19:05:25.000000000 
+0200
+++ new/lifted-base-0.2.3.8/README.markdown     2016-07-21 06:39:08.000000000 
+0200
@@ -1,3 +1,6 @@
+[![Hackage](https://img.shields.io/hackage/v/lifted-base.svg)](https://hackage.haskell.org/package/lifted-base)
+[![Build 
Status](https://travis-ci.org/basvandijk/lifted-base.svg)](https://travis-ci.org/basvandijk/lifted-base)
+
 IO operations from the base library lifted to any instance of
 `MonadBase` or `MonadBaseControl`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/lifted-base.cabal 
new/lifted-base-0.2.3.8/lifted-base.cabal
--- old/lifted-base-0.2.3.7/lifted-base.cabal   2016-07-19 19:05:25.000000000 
+0200
+++ new/lifted-base-0.2.3.8/lifted-base.cabal   2016-07-21 06:39:08.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                lifted-base
-Version:             0.2.3.7
+Version:             0.2.3.8
 Synopsis:            lifted IO operations from the base library
 License:             BSD3
 License-file:        LICENSE
@@ -29,7 +29,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/basvandijk/lifted-base.git
+  location: https://github.com/basvandijk/lifted-base.git
 
 
--------------------------------------------------------------------------------
 


Reply via email to