From 5977e1454d7738ddb086d37b20337e350e380790 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 11 Apr 2015 11:50:48 +0200 Subject: Fetch first page ads of a given leboncoin url, fetch also the description page of each item. --- src/Utils/StringFormat.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Utils/StringFormat.hs (limited to 'src/Utils') 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 -- cgit v1.2.3