/var/lib/ghc/package.conf.d/text-0.11.3.1.conf is in libghc-text-dev 0.11.3.1-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 79 80 81 82 83 84 85 86 87 88 89 90 | name: text
version: 0.11.3.1
id: text-0.11.3.1-e38859e86485c167fa7c9441789e7607
license: BSD3
copyright: 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/text
package-url:
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>
.
—— RELEASE NOTES ——
.
Changes in 0.11.2.0:
.
* String literals are now converted directly from the format in
which GHC stores them into 'Text', without an intermediate
transformation through 'String', and without inlining of
conversion code at each site where a string literal is declared.
.
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.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.Encoding.Fusion
Data.Text.Encoding.Fusion.Common Data.Text.Encoding.Utf16
Data.Text.Encoding.Utf32 Data.Text.Encoding.Utf8 Data.Text.Fusion
Data.Text.Fusion.CaseMapping Data.Text.Fusion.Common
Data.Text.Fusion.Internal Data.Text.Fusion.Size
Data.Text.IO.Internal Data.Text.Lazy.Builder.Functions
Data.Text.Lazy.Builder.Int.Digits Data.Text.Lazy.Builder.Internal
Data.Text.Lazy.Builder.RealFloat.Functions
Data.Text.Lazy.Encoding.Fusion Data.Text.Lazy.Fusion
Data.Text.Lazy.Search Data.Text.Private Data.Text.Search
Data.Text.Unsafe.Base Data.Text.UnsafeChar Data.Text.UnsafeShift
Data.Text.Util
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/text-0.11.3.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/text-0.11.3.1/ghc-7.6.3
hs-libraries: HStext-0.11.3.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd
integer-gmp-0.5.0.0-2f15426f5b53fe4c6490832f9b20d8d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/text-0.11.3.1/text.haddock
haddock-html: /usr/share/doc/libghc-text-doc/html/
|