aboutsummaryrefslogtreecommitdiff
path: root/src/View/Ad.hs
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-11 14:06:14 +0200
committerJoris Guyonvarch2015-04-11 14:06:14 +0200
commit9f389a05cc883213327b8d17db6d23c3ff8fb4e1 (patch)
tree36185d54d0695be0c812e7917ac5e919a3e8d045 /src/View/Ad.hs
parent2f90280ae5059833b5e533e823b1c01338990cb1 (diff)
downloadad-listener-9f389a05cc883213327b8d17db6d23c3ff8fb4e1.tar.gz
ad-listener-9f389a05cc883213327b8d17db6d23c3ff8fb4e1.tar.bz2
ad-listener-9f389a05cc883213327b8d17db6d23c3ff8fb4e1.zip
Set up a listener that diff new ads and show only the new ones
Diffstat (limited to 'src/View/Ad.hs')
-rw-r--r--src/View/Ad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/View/Ad.hs b/src/View/Ad.hs
index 445ef3a..020fa91 100644
--- a/src/View/Ad.hs
+++ b/src/View/Ad.hs
@@ -1,5 +1,6 @@
module View.Ad
( renderAd
+ , renderResume
) where
import Data.List (intersperse)