Hello community,

here is the log from the commit of package ghc-utf8-string for openSUSE:Factory 
checked in at 2015-09-02 00:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-utf8-string (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-utf8-string.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-utf8-string"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-utf8-string/ghc-utf8-string.changes  
2015-08-27 08:56:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-utf8-string.new/ghc-utf8-string.changes     
2015-09-02 00:36:13.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 08:20:53 UTC 2015 - mimi...@gmail.com
+
+- update to 1.0.1.1
+* fix build under older GHC
+
+-------------------------------------------------------------------

Old:
----
  utf8-string-1.0.1.tar.gz

New:
----
  utf8-string-1.0.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-utf8-string.spec ++++++
--- /var/tmp/diff_new_pack.Gnp6LQ/_old  2015-09-02 00:36:14.000000000 +0200
+++ /var/tmp/diff_new_pack.Gnp6LQ/_new  2015-09-02 00:36:14.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name utf8-string
 
 Name:           ghc-utf8-string
-Version:        1.0.1
+Version:        1.0.1.1
 Release:        0
 Summary:        Support for reading and writing UTF8 Strings
 License:        BSD-3-Clause

++++++ utf8-string-1.0.1.tar.gz -> utf8-string-1.0.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utf8-string-1.0.1/CHANGELOG.markdown 
new/utf8-string-1.0.1.1/CHANGELOG.markdown
--- old/utf8-string-1.0.1/CHANGELOG.markdown    2015-08-22 00:38:06.000000000 
+0200
+++ new/utf8-string-1.0.1.1/CHANGELOG.markdown  2015-08-23 18:19:40.000000000 
+0200
@@ -1,3 +1,7 @@
+1.0.1.1
+-----
+* Build correctly on GHC-7.0 (#14)
+
 1.0.1
 -----
 * Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, 
ndmitchell)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utf8-string-1.0.1/Data/ByteString/Lazy/UTF8.hs 
new/utf8-string-1.0.1.1/Data/ByteString/Lazy/UTF8.hs
--- old/utf8-string-1.0.1/Data/ByteString/Lazy/UTF8.hs  2015-08-22 
00:38:06.000000000 +0200
+++ new/utf8-string-1.0.1.1/Data/ByteString/Lazy/UTF8.hs        2015-08-23 
18:19:40.000000000 +0200
@@ -46,11 +46,16 @@
 import qualified Data.ByteString.Lazy as B
 import qualified Data.ByteString.Lazy.Internal as B
 import qualified Data.ByteString.Internal as S
-import System.IO.Unsafe
 import Prelude hiding (take,drop,splitAt,span,break,foldr,foldl,length,lines)
 
 import Codec.Binary.UTF8.Generic (buncons)
 
+#if MIN_VERSION_base(4,4,0)
+import System.IO.Unsafe (unsafeDupablePerformIO)
+#else
+import GHC.IO (unsafeDupablePerformIO)
+#endif
+
 ---------------------------------------------------------------------
 -- ENCODING
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/utf8-string-1.0.1/utf8-string.cabal 
new/utf8-string-1.0.1.1/utf8-string.cabal
--- old/utf8-string-1.0.1/utf8-string.cabal     2015-08-22 00:38:06.000000000 
+0200
+++ new/utf8-string-1.0.1.1/utf8-string.cabal   2015-08-23 18:19:40.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:               utf8-string
-Version:            1.0.1
+Version:            1.0.1.1
 Author:             Eric Mertens
 Maintainer:         emert...@galois.com
 License:            BSD3
@@ -14,6 +14,7 @@
 Build-type:         Simple
 cabal-version:      >= 1.2
 Extra-Source-Files: CHANGELOG.markdown
+Tested-With:        GHC==7.0.4, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
 
 library
   Ghc-options:        -W -O2


Reply via email to