From 9ed8d8a8f641645ae512493a624ef0a8d4fa9848 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Mar 2012 19:24:20 +0000 Subject: [PATCH] docs: fix haddock hyperlink --- hledger-lib/Hledger/Utils/UTF8IOCompat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Utils/UTF8IOCompat.hs b/hledger-lib/Hledger/Utils/UTF8IOCompat.hs index 17231839a..9197c05c7 100644 --- a/hledger-lib/Hledger/Utils/UTF8IOCompat.hs +++ b/hledger-lib/Hledger/Utils/UTF8IOCompat.hs @@ -80,7 +80,7 @@ hPutStrLn h s = hPutStr h (s ++ "\n") -- as a file path, command-line argument, or environment variable name or -- value. With GHC versions before 7.2 on some platforms (posix) these are -- typically encoded. When converting, we assume the encoding is UTF-8 (cf --- http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html#UTF8). +-- ). type SystemString = String -- | Convert a system string to an ordinary string, decoding from UTF-8 if