aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-HaXml
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-04-12 17:01:43 +0800
committerobraun <obraun@FreeBSD.org>2003-04-12 17:01:43 +0800
commitc92f3df92afd64a8c39252afc9997335f21cdcb4 (patch)
tree176e0a15083dab22e0f2491c1494da3e9f25738e /textproc/hs-HaXml
parent5ed184a535bc742f094c6fe2194e6ba4c5fdeaee (diff)
downloadfreebsd-ports-gnome-c92f3df92afd64a8c39252afc9997335f21cdcb4.tar.gz
freebsd-ports-gnome-c92f3df92afd64a8c39252afc9997335f21cdcb4.tar.zst
freebsd-ports-gnome-c92f3df92afd64a8c39252afc9997335f21cdcb4.zip
Fi build with nhc98-1.16.
Pointed out by: kris
Diffstat (limited to 'textproc/hs-HaXml')
-rw-r--r--textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs11
1 files changed, 11 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