summaryrefslogtreecommitdiffhomepage
path: root/Plugins.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins.hs')
-rw-r--r--Plugins.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Plugins.hs b/Plugins.hs
index 17aa0f6..d6952b4 100644
--- a/Plugins.hs
+++ b/Plugins.hs
@@ -16,6 +16,9 @@
module Plugins ( Exec (..)
, tenthSeconds
+ , readFileSafe
+ , hGetLineSafe
) where
-import Commands \ No newline at end of file
+import Commands
+import XUtil