/var/lib/ghc/package.conf.d/text-show-3.6.conf is in libghc-text-show-dev 3.6-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 91 92 93 94 | name: text-show
version: 3.6
id: text-show-3.6-FFMV3RsLaCWIIytsYT8qvs
key: text-show-3.6-FFMV3RsLaCWIIytsYT8qvs
license: BSD3
copyright: (C) 2014-2017 Ryan Scott
maintainer: Ryan Scott <ryan.gl.scott@gmail.com>
stability: Provisional
homepage: https://github.com/RyanGlScott/text-show
synopsis: Efficient conversion of values into Text
description:
@text-show@ offers a replacement for the @Show@ typeclass intended
for use with @Text@ instead of @String@s. This package was created
in the spirit of
@<http://hackage.haskell.org/package/bytestring-show bytestring-show>@.
.
At the moment, @text-show@ provides instances for most data
types in the @<http://hackage.haskell.org/package/array array>@,
@<http://hackage.haskell.org/package/base base>@,
@<http://hackage.haskell.org/package/bytestring bytestring>@, and
@<http://hackage.haskell.org/package/text text>@ packages.
Therefore, much of the source code for @text-show@ consists of
borrowed code from those packages in order to ensure that the
behaviors of @Show@ and @TextShow@ coincide.
.
For most uses, simply importing "TextShow"
will suffice:
.
@
module Main where
.
import TextShow
.
main :: IO ()
main = printT (Just \"Hello, World!\")
@
.
If you desire it, there are also monomorphic versions of the @showb@
function available in the submodules of "TextShow". See the
<https://github.com/RyanGlScott/text-show/wiki/Naming-conventions naming conventions>
page for more information.
.
Support for automatically deriving @TextShow@ instances can be found
in the "TextShow.TH" and "TextShow.Generic" modules.
category: Text
author: Ryan Scott
exposed: True
exposed-modules:
TextShow TextShow.Control.Applicative TextShow.Control.Concurrent
TextShow.Control.Exception TextShow.Control.Monad.ST
TextShow.Data.Array TextShow.Data.Bool TextShow.Data.ByteString
TextShow.Data.Char TextShow.Data.Complex TextShow.Data.Data
TextShow.Data.Dynamic TextShow.Data.Either TextShow.Data.Fixed
TextShow.Data.Floating TextShow.Data.Functor.Compose
TextShow.Data.Functor.Identity TextShow.Data.Functor.Product
TextShow.Data.Functor.Sum TextShow.Debug.Trace
TextShow.Debug.Trace.Generic TextShow.Debug.Trace.TH
TextShow.Generic TextShow.Data.Integral TextShow.Data.List
TextShow.Data.List.NonEmpty TextShow.Data.Maybe
TextShow.Data.Monoid TextShow.Data.Ord TextShow.Data.Proxy
TextShow.Data.Ratio TextShow.Data.Semigroup TextShow.Data.Text
TextShow.Data.Tuple TextShow.Data.Typeable TextShow.Data.Version
TextShow.Data.Void TextShow.Foreign.C.Types TextShow.Foreign.Ptr
TextShow.Functions TextShow.GHC.Generics TextShow.Numeric.Natural
TextShow.System.Exit TextShow.System.IO TextShow.System.Posix.Types
TextShow.Text.Read TextShow.TH TextShow.GHC.Conc.Windows
TextShow.GHC.Fingerprint TextShow.GHC.Event TextShow.GHC.Stats
TextShow.GHC.TypeLits TextShow.Data.Type.Coercion
TextShow.Data.Type.Equality TextShow.Data.OldTypeable
TextShow.GHC.RTS.Flags TextShow.GHC.StaticPtr TextShow.GHC.Stack
hidden-modules: TextShow.Classes TextShow.Data.Typeable.Utils
TextShow.FromStringTextShow TextShow.Instances TextShow.Options
TextShow.TH.Internal TextShow.TH.Names TextShow.Utils
abi: c2aa2195f85663bb38d36576265ccd82
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/text-show-3.6-FFMV3RsLaCWIIytsYT8qvs
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/text-show-3.6-FFMV3RsLaCWIIytsYT8qvs
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/text-show
hs-libraries: HStext-show-3.6-FFMV3RsLaCWIIytsYT8qvs
depends:
array-0.5.1.1 base-4.9.1.0 base-compat-0.9.3-KeJp8zYMpcS9WibvTcxU22
bifunctors-5.4.2-D9NYUY1YNw7CNbta2tOtAS bytestring-0.10.8.1
containers-0.5.7.1 contravariant-1.4-A31d0eO2DKK3uYsrF3u2Wt
generic-deriving-1.11.2-FTRmVS5RM6G7R2MgyiZHgW ghc-boot-th-8.0.2
ghc-prim-0.5.0.0 integer-gmp-1.0.0.1
semigroups-0.18.3-5xL9BgkWQsCGwo6YahyMCM
tagged-0.8.5-1gLLDW7b5mx8q35LxgIjIa template-haskell-2.11.1.0
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
th-lift-0.7.7-JWI9Gh7wB0MC9Q5wqv5aoI transformers-0.5.2.0
transformers-compat-0.5.1.4-5q8NeWxMWFxK2dY7fuxXN9
void-0.7.2-4PWwLjXxAER9U3zGpDhf6e
haddock-interfaces: /usr/lib/ghc-doc/haddock/text-show-3.6/text-show.haddock
haddock-html: /usr/share/doc/libghc-text-show-doc/html/
|