aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AdListener.hs2
-rw-r--r--src/Fetch.hs (renamed from src/Ad.hs)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/AdListener.hs b/src/AdListener.hs
index 0155074..21775cc 100644
--- a/src/AdListener.hs
+++ b/src/AdListener.hs
@@ -11,7 +11,7 @@ import qualified Data.Text.IO as T
import Control.Concurrent (threadDelay)
-import Ad (fetchResumes, fetchAds)
+import Fetch (fetchResumes, fetchAds)
import Model.Ad
import Model.URL
diff --git a/src/Ad.hs b/src/Fetch.hs
index 4be47f4..a4e8c94 100644
--- a/src/Ad.hs
+++ b/src/Fetch.hs
@@ -1,4 +1,4 @@
-module Ad
+module Fetch
( fetchResumes
, fetchAds
) where