openbsd-ports/lang/ghc/patches/patch-libraries_base_System_IO_hs
kili b2e79ee47e Update to ghc-7.4.2, but keep it marked as broken (and not only for amd64).
Most of the -nopie changes are from pascal@ (thanks); I only had to
merge them for ghc-7.4 and tweak configure and mk/config.mk.in.
2012-09-02 19:53:46 +00:00

15 lines
815 B
Plaintext

$OpenBSD: patch-libraries_base_System_IO_hs,v 1.3 2012/09/02 19:53:46 kili Exp $
--- libraries/base/System/IO.hs.orig Wed Feb 1 19:10:45 2012
+++ libraries/base/System/IO.hs Sat Jun 9 21:36:25 2012
@@ -185,7 +185,9 @@ module System.IO (
-- on your system, which is also available as 'localeEncoding'.
-- (GHC note: on Windows, we currently do not support double-byte
-- encodings; if the console\'s code page is unsupported, then
- -- 'localeEncoding' will be 'latin1'.)
+ -- 'localeEncoding' will be 'latin1'. On OpenBSD, the default
+ -- encoding is always 'latin1' but can be overridden with the
+ -- environment variable `HS_ENCODING')
--
-- Encoding and decoding errors are always detected and reported,
-- except during lazy I/O ('hGetContents', 'getContents', and