aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Utility/EventCache.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility/EventCache.hs')
-rw-r--r--src/Utility/EventCache.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Utility/EventCache.hs b/src/Utility/EventCache.hs
index c19e122..1ad07a5 100644
--- a/src/Utility/EventCache.hs
+++ b/src/Utility/EventCache.hs
@@ -1,8 +1,8 @@
-module EventCache ( purgeOldEventCaches
- , appendManualEventCache
- , readEmacsEventCache
- , readManualEventCache
- ) where
+module Utility.EventCache ( purgeOldEventCaches
+ , appendManualEventCache
+ , readEmacsEventCache
+ , readManualEventCache
+ ) where
import Control.Applicative ((<$>))
import Control.Exception (IOException, catch)