/var/lib/ghc/package.conf.d/curl-1.3.8.conf is in libghc-curl-dev 1.3.8-9+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | name: curl
version: 1.3.8
id: curl-1.3.8-CYMsKVICG8A995d32iL7dH
key: curl-1.3.8-CYMsKVICG8A995d32iL7dH
license: BSD3
maintainer: Don Stewart <dons00@gmail.com>
synopsis: Haskell binding to libcurl
description:
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume,
http proxy tunneling and more!
.
This package provides a Haskell binding to libcurl.
category: Network
author: Sigbjorn Finne
exposed: True
exposed-modules:
Network.Curl Network.Curl.Code Network.Curl.Info Network.Curl.Opts
Network.Curl.Post Network.Curl.Types Network.Curl.Easy
Network.Curl.Debug
abi: ab43930fe056314402a3d11e6c0241e4
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/curl-1.3.8-CYMsKVICG8A995d32iL7dH
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/curl-1.3.8-CYMsKVICG8A995d32iL7dH
data-dir: /usr/share/curl
hs-libraries: HScurl-1.3.8-CYMsKVICG8A995d32iL7dH
extra-libraries:
curl
depends:
base-4.9.0.0 bytestring-0.10.8.1 containers-0.5.7.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/curl-1.3.8/curl.haddock
haddock-html: /usr/share/doc/libghc-curl-doc/html/
|