This question appears every time:
I am currently using the following solution:
import Network.HTTP.Conduit import qualified Data.ByteString.Lazy as L main = simpleHttp "https://www.noisebridge.net/wiki/Noisebridge" >>= L.putStr
There is also an explanation of how to send messages using http-conduit in the link, as well as several responses in other ways.
source share