aboutsummaryrefslogtreecommitdiff
path: root/src/Utils/StringFormat.hs
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-11 11:50:48 +0200
committerJoris Guyonvarch2015-04-11 12:03:22 +0200
commit5977e1454d7738ddb086d37b20337e350e380790 (patch)
treee03261144e3d534434242c1dd037c2a4e4db5a9f /src/Utils/StringFormat.hs
downloadad-listener-5977e1454d7738ddb086d37b20337e350e380790.tar.gz
ad-listener-5977e1454d7738ddb086d37b20337e350e380790.tar.bz2
ad-listener-5977e1454d7738ddb086d37b20337e350e380790.zip
Fetch first page ads of a given leboncoin url, fetch also the description page of each item.
Diffstat (limited to 'src/Utils/StringFormat.hs')
-rw-r--r--src/Utils/StringFormat.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Utils/StringFormat.hs b/src/Utils/StringFormat.hs
new file mode 100644
index 0000000..757f0e6
--- /dev/null
+++ b/src/Utils/StringFormat.hs
@@ -0,0 +1,6 @@
+module Utils.StringFormat
+ ( formatParagraph
+ ) where
+
+formatParagraph : String -> String
+formatParagraph = id