freebsd-ports/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
Oliver Braun fb7e284c21 Add hs-tclhaskell-ghc 1.2, tcl/Tk binding for Haskell.
PR:		ports/48948
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-03-24 15:38:59 +00:00

10 lines
232 B
Haskell

--- 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