diff options
Diffstat (limited to 'x11-toolkits/hs-frantk/files/patch-src::TclHaskellSrc::ConcTcl.hs')
-rw-r--r-- | x11-toolkits/hs-frantk/files/patch-src::TclHaskellSrc::ConcTcl.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/hs-frantk/files/patch-src::TclHaskellSrc::ConcTcl.hs b/x11-toolkits/hs-frantk/files/patch-src::TclHaskellSrc::ConcTcl.hs new file mode 100644 index 000000000000..b28949f27861 --- /dev/null +++ b/x11-toolkits/hs-frantk/files/patch-src::TclHaskellSrc::ConcTcl.hs @@ -0,0 +1,10 @@ +--- TclHaskellSrc/ConcTcl.hs.orig Fri Aug 23 11:42:21 2002 ++++ TclHaskellSrc/ConcTcl.hs Fri Aug 23 11:42:33 2002 +@@ -4,6 +4,7 @@ + import IOExts
+ import IO
+ import TclCompatibility
++import CVar
+
+ -- Some functions used by FranTk to support worker threads.
+
|