aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-30 19:42:56 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-30 19:43:04 +0900
commit62322256655c774f32cd31f9aed148cdafdc6f4f (patch)
treec3dae96b9053be5a1997c98899f94de26ae556e4
parent9769ee943ebd4c03388df565363f0e9f9e2a2428 (diff)
downloadsrem-62322256655c774f32cd31f9aed148cdafdc6f4f.tar.gz
fix module name in header of Utility.EventCache
-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)