diff options
author | Joris Guyonvarch | 2015-04-13 19:32:59 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-04-13 19:32:59 +0200 |
commit | a2c9ca0ee7022981fa563ed867e85cdeae3b1590 (patch) | |
tree | ec600d8a2cf14c8059f966611b59d0d1df8bae19 /src | |
parent | c0cfd3cb3d7a963cebb40f88868e5628f361376f (diff) |
Renaming Ad.hs to Fetch.hs
Diffstat (limited to 'src')
-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 |