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

CopyrightCopyright © 2012-2014 Krzysztof Kardzis
LicenseISC License (MIT/BSD-style, see LICENSE file for details)
MaintainerKrzysztof Kardzis <kkardzis@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

Network.CURL000

Contents

Description

Synopsis

Run-Time Linking

class RTLD so where

Minimal complete definition

loadlib, freelib

Methods

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

loadlib :: so -> IO ()

freelib :: so -> IO ()

Instances