/var/lib/ghc/package.conf.d/csv-conduit-0.6.7.conf is in libghc-csv-conduit-dev 0.6.7-1build7.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | name: csv-conduit
version: 0.6.7
id: csv-conduit-0.6.7-5aff0BG6IAk3LfaXCmGsxO
key: csv-conduit-0.6.7-5aff0BG6IAk3LfaXCmGsxO
license: BSD3
maintainer: Ozgun Ataman <ozataman@gmail.com>
homepage: http://github.com/ozataman/csv-conduit
synopsis: A flexible, fast, conduit-based CSV parser library for Haskell.
description:
CSV files are the de-facto standard in many situations involving data transfer,
particularly when dealing with enterprise application or disparate database
systems.
.
While there are a number of CSV libraries in Haskell, at the time of this
project's start in 2010, there wasn't one that provided all of the following:
.
* Full flexibility in quote characters, separators, input/output
.
* Constant space operation
.
* Robust parsing, correctness and error resiliency
.
* Convenient interface that supports a variety of use cases
.
* Fast operation
.
This library is an attempt to close these gaps. Please note that
this library started its life based on the enumerator package and
has recently been ported to work with conduits instead. In the
process, it has been greatly simplified thanks to the modular nature
of the conduits library.
.
Following the port to conduits, the library has also gained the
ability to parameterize on the stream type and work both with
ByteString and Text.
.
For more documentation and examples, check out the README at:
.
<http://github.com/ozataman/csv-conduit>
.
category: Data, Conduit, CSV, Text
author: Ozgun Ataman
exposed: True
exposed-modules:
Data.CSV.Conduit Data.CSV.Conduit.Types Data.CSV.Conduit.Conversion
Data.CSV.Conduit.Parser.ByteString Data.CSV.Conduit.Parser.Text
hidden-modules: Data.CSV.Conduit.Conversion.Internal
Data.CSV.Conduit.Monoid
abi: c57723bba48660e6371a545533ba89c8
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/csv-conduit-0.6.7-5aff0BG6IAk3LfaXCmGsxO
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/csv-conduit-0.6.7-5aff0BG6IAk3LfaXCmGsxO
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/csv-conduit
hs-libraries: HScsv-conduit-0.6.7-5aff0BG6IAk3LfaXCmGsxO
depends:
array-0.5.1.1 attoparsec-0.13.1.0-3ql4hcH9pGfBAlE21oqFTQ
base-4.9.1.0 blaze-builder-0.4.0.2-LxClHUTiKUUAxWtvJ5Oeoy
bytestring-0.10.8.1 conduit-1.2.12.1-30kCH21Mh9e7TrhOji16e6
conduit-extra-1.1.17-IvNO1REA5jSBdYfIvAO8zT containers-0.5.7.1
data-default-0.7.1.1-Atv1ZD6t1rI1MrH9qSGaQC ghc-prim-0.5.0.0
mmorph-1.0.9-HlXKPf0HLb97ucs8k7n9Qq
monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
primitive-0.6.2.0-4578caNkWQ54Gt1mxLF2Yh
resourcet-1.1.9-1rGuSlRMceiNPrf9EFZfV
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00 transformers-0.5.2.0
unordered-containers-0.2.8.0-Bp9XgxjuHxcI4tFehVMDGC
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
haddock-interfaces: /usr/lib/ghc-doc/haddock/csv-conduit-0.6.7/csv-conduit.haddock
haddock-html: /usr/share/doc/libghc-csv-conduit-doc/html/
|