/var/lib/ghc/package.conf.d/utility-ht-0.0.11.conf is in libghc-utility-ht-dev 0.0.11-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 | name: utility-ht
version: 0.0.11
id: utility-ht-0.0.11-11ff947cad335d686b8282bcaaeed277
key: utili_1dKOfAkrqjK4ivPs0wS8vj
license: BSD3
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Various small helper functions for Lists, Maybes, Tuples, Functions
description:
Various small helper functions for Lists, Maybes, Tuples, Functions.
Some of these functions are improved implementations of standard functions.
They have the same name as their standard counterparts.
Others are equivalent to functions from the @base@ package,
but if you import them from this utility package
then you can write code that runs on older GHC versions
or other compilers like Hugs and JHC.
.
All modules are plain Haskell 98.
The package depends exclusively on the @base@ package
and only that portions of @base@ that are simple to port.
Thus you do not risk a dependency avalanche by importing it.
However, further splitting the base package might invalidate this statement.
.
Alternative packages: @Useful@, @MissingH@
category: Data, List
author: Henning Thielemann <haskell@henning-thielemann.de>
exposed: True
exposed-modules:
Data.Bool.HT Data.Eq.HT Data.Function.HT Data.Ix.Enum Data.List.HT
Data.List.Key Data.List.Match Data.Maybe.HT Data.Monoid.HT
Data.Ord.HT Data.Record.HT Data.String.HT Data.Tuple.HT
Data.Tuple.Lazy Data.Tuple.Strict Control.Monad.HT
Control.Functor.HT Data.Strictness.HT Text.Read.HT Text.Show.HT
hidden-modules: Data.Bool.HT.Private Data.List.HT.Private
Data.List.Key.Private Data.List.Match.Private
Data.Function.HT.Private Data.Record.HT.Private Data.Tuple.Example
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/utility-ht-0.0.11-1dKOfAkrqjK4ivPs0wS8vj
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/utility-ht-0.0.11-1dKOfAkrqjK4ivPs0wS8vj
data-dir: /usr/share/utility-ht
hs-libraries: HSutility-ht-0.0.11-1dKOfAkrqjK4ivPs0wS8vj
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/utility-ht-0.0.11/utility-ht.haddock
haddock-html: /usr/share/doc/libghc-utility-ht-doc/html/
|