diff options
Diffstat (limited to 'www/hs-activehs/files/patch-Converter.hs')
-rw-r--r-- | www/hs-activehs/files/patch-Converter.hs | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/www/hs-activehs/files/patch-Converter.hs b/www/hs-activehs/files/patch-Converter.hs index e4e7da82e900..2cab802ee939 100644 --- a/www/hs-activehs/files/patch-Converter.hs +++ b/www/hs-activehs/files/patch-Converter.hs @@ -1,5 +1,23 @@ --- ./Converter.hs.orig 2013-02-12 20:23:45.000000000 +0100 -+++ ./Converter.hs 2013-05-28 16:20:35.000000000 +0200 ++++ ./Converter.hs 2013-12-27 18:34:37.000000000 +0100 +@@ -28,7 +28,7 @@ + + import Control.Monad + import Data.List +-import Data.Char ++import Data.Char hiding (Format) + + ---------------------------------- + +@@ -206,7 +206,7 @@ + ------------------------------------ + + rawHtml :: String -> Block +-rawHtml x = RawBlock "html" x ++rawHtml x = RawBlock (Format "html") x + + showBlockSimple :: Language -> String -> String -> Int -> String -> [Block] + @@ -249,8 +249,8 @@ mkName :: String -> HSyn.Name |