Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c8d28d33ae1dca2d67280333a6b28b45f11aaaa2 >--------------------------------------------------------------- commit c8d28d33ae1dca2d67280333a6b28b45f11aaaa2 Author: David Terei <[email protected]> Date: Tue Aug 9 10:55:39 2011 -0700 Fix conditional pragma to work with 6.12 >--------------------------------------------------------------- Text/XHtml/Debug.hs | 4 ++-- Text/XHtml/Frameset/Attributes.hs | 4 ++-- Text/XHtml/Frameset/Elements.hs | 4 ++-- Text/XHtml/Internals.hs | 4 ++-- Text/XHtml/Strict/Attributes.hs | 4 ++-- Text/XHtml/Strict/Elements.hs | 4 ++-- Text/XHtml/Transitional/Attributes.hs | 4 ++-- Text/XHtml/Transitional/Elements.hs | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Text/XHtml/Debug.hs b/Text/XHtml/Debug.hs index cfd77d2..aa07dd0 100644 --- a/Text/XHtml/Debug.hs +++ b/Text/XHtml/Debug.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide -- | This module contains functions for displaying -- HTML as a pretty tree. diff --git a/Text/XHtml/Frameset/Attributes.hs b/Text/XHtml/Frameset/Attributes.hs index 31f7a48..8465965 100644 --- a/Text/XHtml/Frameset/Attributes.hs +++ b/Text/XHtml/Frameset/Attributes.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Frameset.Attributes where diff --git a/Text/XHtml/Frameset/Elements.hs b/Text/XHtml/Frameset/Elements.hs index bd9aafb..f6de454 100644 --- a/Text/XHtml/Frameset/Elements.hs +++ b/Text/XHtml/Frameset/Elements.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Frameset.Elements where diff --git a/Text/XHtml/Internals.hs b/Text/XHtml/Internals.hs index c25ea53..66d0791 100644 --- a/Text/XHtml/Internals.hs +++ b/Text/XHtml/Internals.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide ----------------------------------------------------------------------------- -- | diff --git a/Text/XHtml/Strict/Attributes.hs b/Text/XHtml/Strict/Attributes.hs index 4e3cbf1..1fdc2de 100644 --- a/Text/XHtml/Strict/Attributes.hs +++ b/Text/XHtml/Strict/Attributes.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Strict.Attributes where diff --git a/Text/XHtml/Strict/Elements.hs b/Text/XHtml/Strict/Elements.hs index 8220347..367631e 100644 --- a/Text/XHtml/Strict/Elements.hs +++ b/Text/XHtml/Strict/Elements.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Strict.Elements where diff --git a/Text/XHtml/Transitional/Attributes.hs b/Text/XHtml/Transitional/Attributes.hs index 635562c..fb78c63 100644 --- a/Text/XHtml/Transitional/Attributes.hs +++ b/Text/XHtml/Transitional/Attributes.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Transitional.Attributes where diff --git a/Text/XHtml/Transitional/Elements.hs b/Text/XHtml/Transitional/Elements.hs index 704674b..7711b17 100644 --- a/Text/XHtml/Transitional/Elements.hs +++ b/Text/XHtml/Transitional/Elements.hs @@ -1,8 +1,8 @@ +{-# OPTIONS_HADDOCK hide #-} +-- #hide #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -{-# OPTIONS_HADDOCK hide #-} --- #hide module Text.XHtml.Transitional.Elements where _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
