summaryrefslogtreecommitdiff
path: root/devel/hs-tclhaskell-ghc/files/patch-ConcTcl.hs
blob: 6464a5eadf3856d4665c85f3148438d469f681cf (plain) (blame)
1
2
3
4
5
6
7
8
9
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