diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-03-24 15:38:59 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-03-24 15:38:59 +0000 |
commit | fb7e284c21b50e3af3ade459b10f25c5d7bb7fac (patch) | |
tree | 1502f0c9a55791137168260b37079eb1814b295d /devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs | |
parent | Upgrade 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.hs | 10 |
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
|