/var/lib/ghc/package.conf.d/utility-ht-0.0.14.conf is in libghc-utility-ht-dev 0.0.14-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 | name: utility-ht
version: 0.0.14
id: utility-ht-0.0.14-24xG04xbcZ3HPMjtp2taYT
key: utility-ht-0.0.14-24xG04xbcZ3HPMjtp2taYT
license: BSD3
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
stability: Stable
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.Bits.HT Data.Bool.HT Data.Eq.HT Data.Function.HT Data.Ix.Enum
Data.List.HT Data.List.Key Data.List.Match
Data.List.Reverse.StrictElement Data.List.Reverse.StrictSpine
Data.Maybe.HT Data.Either.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.Applicative.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
abi: a717b0c796620aa0cb319be97430ea73
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/utility-ht-0.0.14-24xG04xbcZ3HPMjtp2taYT
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/utility-ht-0.0.14-24xG04xbcZ3HPMjtp2taYT
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/utility-ht
hs-libraries: HSutility-ht-0.0.14-24xG04xbcZ3HPMjtp2taYT
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/utility-ht-0.0.14/utility-ht.haddock
haddock-html: /usr/share/doc/libghc-utility-ht-doc/html/
|