[commit: terminfo] master: Fix build on ghc-7.2. (b582892)

Ian Lynagh igloo at earth.li
Fri Jan 11 16:36:37 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/terminfo

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b5828926793bea9f7e0f882bb3ea47bfb0530e53

>---------------------------------------------------------------

commit b5828926793bea9f7e0f882bb3ea47bfb0530e53
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Thu Aug 9 02:47:49 2012 +0000

    Fix build on ghc-7.2.

>---------------------------------------------------------------

 System/Console/Terminfo.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Console/Terminfo.hs b/System/Console/Terminfo.hs
index 610a741..871f051 100644
--- a/System/Console/Terminfo.hs
+++ b/System/Console/Terminfo.hs
@@ -1,4 +1,4 @@
-#if __GLASGOW_HASKELL__ >= 701
+#if __GLASGOW_HASKELL__ >= 703
 {-# LANGUAGE Safe #-}
 #endif
 {- |





More information about the ghc-commits mailing list