Hello community,

here is the log from the commit of package ghc-ansi-terminal for 
openSUSE:Factory checked in at 2015-08-27 08:56:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ansi-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ansi-terminal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ansi-terminal/ghc-ansi-terminal.changes      
2015-05-21 08:34:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ansi-terminal.new/ghc-ansi-terminal.changes 
2015-08-27 08:56:43.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 23 17:26:19 UTC 2015 - [email protected]
+
+- update to 0.6.2.2 
+* Fix a GHC 7.10 warning
+
+-------------------------------------------------------------------

Old:
----
  ansi-terminal-0.6.2.1.tar.gz

New:
----
  ansi-terminal-0.6.2.2.tar.gz

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

Other differences:
------------------
++++++ ghc-ansi-terminal.spec ++++++
--- /var/tmp/diff_new_pack.s5hzVD/_old  2015-08-27 08:56:43.000000000 +0200
+++ /var/tmp/diff_new_pack.s5hzVD/_new  2015-08-27 08:56:43.000000000 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name ansi-terminal
 
 Name:           ghc-ansi-terminal
-Version:        0.6.2.1
+Version:        0.6.2.2
 Release:        0
 Summary:        Simple ANSI terminal support, with Windows compatibility
+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
@@ -56,31 +57,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

++++++ ansi-terminal-0.6.2.1.tar.gz -> ansi-terminal-0.6.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.6.2.1/CHANGELOG.md 
new/ansi-terminal-0.6.2.2/CHANGELOG.md
--- old/ansi-terminal-0.6.2.1/CHANGELOG.md      2014-10-25 20:14:55.000000000 
+0200
+++ new/ansi-terminal-0.6.2.2/CHANGELOG.md      2015-08-20 15:47:44.000000000 
+0200
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 0.6.2.2
+---------------
+
+Fix a GHC 7.10 warning
+
 Version 0.6.2.1
 ---------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ansi-terminal-0.6.2.1/System/Console/ANSI/Windows/Emulator.hs 
new/ansi-terminal-0.6.2.2/System/Console/ANSI/Windows/Emulator.hs
--- old/ansi-terminal-0.6.2.1/System/Console/ANSI/Windows/Emulator.hs   
2014-10-25 20:14:55.000000000 +0200
+++ new/ansi-terminal-0.6.2.2/System/Console/ANSI/Windows/Emulator.hs   
2015-08-20 15:46:50.000000000 +0200
@@ -95,11 +95,11 @@
 hClearScreenFraction :: HANDLE -> (SMALL_RECT -> COORD -> (DWORD, COORD)) -> 
IO ()
 hClearScreenFraction handle fraction_finder = do
     screen_buffer_info <- getConsoleScreenBufferInfo handle
-    
+
     let window = csbi_window screen_buffer_info
         cursor_pos = csbi_cursor_position screen_buffer_info
         (fill_length, fill_cursor_pos) = fraction_finder window cursor_pos
-    
+
     fillConsoleOutputCharacter handle clearChar fill_length fill_cursor_pos
     fillConsoleOutputAttribute handle clearAttribute fill_length 
fill_cursor_pos
     return ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.6.2.1/ansi-terminal.cabal 
new/ansi-terminal-0.6.2.2/ansi-terminal.cabal
--- old/ansi-terminal-0.6.2.1/ansi-terminal.cabal       2014-10-25 
20:14:55.000000000 +0200
+++ new/ansi-terminal-0.6.2.2/ansi-terminal.cabal       2015-08-20 
15:48:00.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                ansi-terminal
-Version:             0.6.2.1
+Version:             0.6.2.2
 Cabal-Version:       >= 1.6
 Category:            User Interfaces
 Synopsis:            Simple ANSI terminal support, with Windows compatibility
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ansi-terminal-0.6.2.1/includes/Common-Include.hs 
new/ansi-terminal-0.6.2.2/includes/Common-Include.hs
--- old/ansi-terminal-0.6.2.1/includes/Common-Include.hs        2014-10-25 
20:14:55.000000000 +0200
+++ new/ansi-terminal-0.6.2.2/includes/Common-Include.hs        2015-08-20 
15:46:50.000000000 +0200
@@ -1,5 +1,7 @@
 import System.Environment
+#if !MIN_VERSION_base(4,8,0)
 import Control.Applicative
+#endif
 
 hCursorUp, hCursorDown, hCursorForward, hCursorBackward :: Handle
                                                         -> Int -- ^ Number of 
lines or characters to move


Reply via email to