diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-04-12 09:01:43 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-04-12 09:01:43 +0000 |
commit | a06f5179f4bb55ab911cc6a9f4868d9a1b195f03 (patch) | |
tree | 8cfc602e55059a13526995de0a1dc15af0297969 | |
parent | Add rolo 007, text-based contact management software. (diff) |
Fi build with nhc98-1.16.
Pointed out by: kris
-rw-r--r-- | textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs | 11 | ||||
-rw-r--r-- | textproc/hs-haxml/files/patch-src::Text::XML::HaXml::Parse.hs | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs b/textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs new file mode 100644 index 000000000000..4613b09cedf1 --- /dev/null +++ b/textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs @@ -0,0 +1,11 @@ +--- src/Text/XML/HaXml/Parse.hs.orig Wed Aug 14 12:08:48 2002 ++++ src/Text/XML/HaXml/Parse.hs Sat Apr 12 10:31:06 2003 +@@ -26,7 +26,7 @@ + + + #if defined(__NHC__) +-import IOExtras (unsafePerformIO) ++import NHC.IOExtras (unsafePerformIO) + #endif + #if defined(__HBC__) + import UnsafePerformIO diff --git a/textproc/hs-haxml/files/patch-src::Text::XML::HaXml::Parse.hs b/textproc/hs-haxml/files/patch-src::Text::XML::HaXml::Parse.hs new file mode 100644 index 000000000000..4613b09cedf1 --- /dev/null +++ b/textproc/hs-haxml/files/patch-src::Text::XML::HaXml::Parse.hs @@ -0,0 +1,11 @@ +--- src/Text/XML/HaXml/Parse.hs.orig Wed Aug 14 12:08:48 2002 ++++ src/Text/XML/HaXml/Parse.hs Sat Apr 12 10:31:06 2003 +@@ -26,7 +26,7 @@ + + + #if defined(__NHC__) +-import IOExtras (unsafePerformIO) ++import NHC.IOExtras (unsafePerformIO) + #endif + #if defined(__HBC__) + import UnsafePerformIO |