/var/lib/ghc/package.conf.d/text-1.2.2.0.conf is in libghc-text-dev 1.2.2.0-1.
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 72 73 74 75 76 77 78 | name: text
version: 1.2.2.0
id: text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
key: text_5c7VCmRXJenGcMPs3kwpkI
license: BSD3
copyright: 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
maintainer: Bryan O'Sullivan <bos@serpentine.com>
homepage: https://github.com/bos/text
synopsis: An efficient packed Unicode text type.
description:
.
An efficient packed, immutable Unicode text type (both strict and
lazy), with a powerful loop fusion optimization framework.
.
The 'Text' type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.
.
The 'Text' type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting 'Text' values to and from
'ByteStrings', using several standard encodings.
.
Efficient locale-sensitive support for text IO is also supported.
.
These modules are intended to be imported qualified, to avoid name
clashes with Prelude functions, e.g.
.
> import qualified Data.Text as T
.
To use an extended and very rich family of functions for working
with Unicode text (including normalization, regular expressions,
non-standard encodings, text breaking, and locales), see
the @text-icu@ package:
<http://hackage.haskell.org/package/text-icu>
category: Data, Text
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules:
Data.Text Data.Text.Array Data.Text.Encoding
Data.Text.Encoding.Error Data.Text.Foreign Data.Text.IO
Data.Text.Internal Data.Text.Internal.Builder
Data.Text.Internal.Builder.Functions
Data.Text.Internal.Builder.Int.Digits
Data.Text.Internal.Builder.RealFloat.Functions
Data.Text.Internal.Encoding.Fusion
Data.Text.Internal.Encoding.Fusion.Common
Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
Data.Text.Internal.Encoding.Utf8 Data.Text.Internal.Functions
Data.Text.Internal.Fusion Data.Text.Internal.Fusion.CaseMapping
Data.Text.Internal.Fusion.Common Data.Text.Internal.Fusion.Size
Data.Text.Internal.Fusion.Types Data.Text.Internal.IO
Data.Text.Internal.Lazy Data.Text.Internal.Lazy.Encoding.Fusion
Data.Text.Internal.Lazy.Fusion Data.Text.Internal.Lazy.Search
Data.Text.Internal.Private Data.Text.Internal.Read
Data.Text.Internal.Search Data.Text.Internal.Unsafe
Data.Text.Internal.Unsafe.Char Data.Text.Internal.Unsafe.Shift
Data.Text.Lazy Data.Text.Lazy.Builder Data.Text.Lazy.Builder.Int
Data.Text.Lazy.Builder.RealFloat Data.Text.Lazy.Encoding
Data.Text.Lazy.IO Data.Text.Lazy.Internal Data.Text.Lazy.Read
Data.Text.Read Data.Text.Unsafe
hidden-modules: Data.Text.Show
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/text-1.2.2.0-5c7VCmRXJenGcMPs3kwpkI
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/text-1.2.2.0-5c7VCmRXJenGcMPs3kwpkI
data-dir: /usr/share/text
hs-libraries: HStext-1.2.2.0-5c7VCmRXJenGcMPs3kwpkI
depends:
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
binary-0.7.5.0-bf6a937522bb8cec5d00218470f28789
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
integer-gmp-1.0.0.0-3c8c40657a9870f5c33be17496806d8d
haddock-interfaces: /usr/lib/ghc-doc/haddock/text-1.2.2.0/text.haddock
haddock-html: /usr/share/doc/libghc-text-doc/html/
|