curlhs-0.1.1: bindings to libcurl, the multiprotocol file transfer library

Portabilitynon-portable
Stabilityexperimental
MaintainerKrzysztof Kardzis <kkardzis@gmail.com>
Safe HaskellNone

Network.CURLXXX

Contents

Description

Synopsis

Run-Time Linking

class RTLD so where

Methods

withlib :: so -> IO a -> IO a

loadlib :: so -> IO ()

freelib :: so -> IO ()

Instances