summaryrefslogtreecommitdiff
path: root/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-24 15:38:59 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-24 15:38:59 +0000
commitfb7e284c21b50e3af3ade459b10f25c5d7bb7fac (patch)
tree1502f0c9a55791137168260b37079eb1814b295d /devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
parentUpgrade to version 1.7.1. (diff)
Add hs-tclhaskell-ghc 1.2, tcl/Tk binding for Haskell.
PR: ports/48948 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs')
-rw-r--r--devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs b/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
new file mode 100644
index 000000000000..6464a5eadf38
--- /dev/null
+++ b/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
@@ -0,0 +1,10 @@
+--- ConcTcl.hs.orig Wed Mar 5 11:38:45 2003
++++ ConcTcl.hs Wed Mar 5 11:50:13 2003
+@@ -1,6 +1,7 @@
+ module ConcTcl where
+ import TclPrimImpl
+ import Concurrent
++import CVar
+ import IOExts
+ import IO
+ import TclCompatibility