From 62322256655c774f32cd31f9aed148cdafdc6f4f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 30 Mar 2015 19:42:56 +0900 Subject: fix module name in header of Utility.EventCache --- src/Utility/EventCache.hs | 10 +++++----- 1 file 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) -- cgit v1.2.3