diff options
-rw-r--r-- | src/AdListener.hs | 2 | ||||
-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 @@ -1,4 +1,4 @@ -module Ad +module Fetch ( fetchResumes , fetchAds ) where |