diff options
Diffstat (limited to 'Plugins.hs')
-rw-r--r-- | Plugins.hs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,6 +16,9 @@ module Plugins ( Exec (..) , tenthSeconds + , readFileSafe + , hGetLineSafe ) where -import Commands
\ No newline at end of file +import Commands +import XUtil |