aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/files
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-01 06:54:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-01 06:54:48 +0000
commitb1403a842f1b1baf45129b09ccadad05ed23ee26 (patch)
tree3f2553b2277deb71eeb96ab0038bd44578a8db71 /textproc/hs-HaXml/files
parentec004203421efb7dcc830bdc6b68c61f4cab603f (diff)
Notes
Diffstat (limited to 'textproc/hs-HaXml/files')
-rw-r--r--textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 4613b09cedf1..000000000000
--- a/textproc/hs-HaXml/files/patch-src::Text::XML::HaXml::Parse.hs
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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