/var/lib/ghc/package.conf.d/convertible-1.1.1.0.conf is in libghc-convertible-dev 1.1.1.0-3build1.
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 | name: convertible
version: 1.1.1.0
id: convertible-1.1.1.0-82b9cd7e0c1851d519f2368947fa1dcf
key: conve_HzbdAbAXdL0IvLO9zEr5Vg
license: BSD3
copyright: Copyright (c) 2009-2011 John Goerzen
maintainer: Erik Hesselink <hesselink@gmail.com>
stability: Stable
homepage: http://hackage.haskell.org/package/convertible
synopsis: Typeclasses and instances for converting between types
description:
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to and from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
category: Data
author: John Goerzen
exposed: True
exposed-modules:
Data.Convertible Data.Convertible.Base Data.Convertible.Utils
Data.Convertible.Instances Data.Convertible.Instances.C
Data.Convertible.Instances.Map Data.Convertible.Instances.Num
Data.Convertible.Instances.Text Data.Convertible.Instances.Time
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/convertible-1.1.1.0-HzbdAbAXdL0IvLO9zEr5Vg
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/convertible-1.1.1.0-HzbdAbAXdL0IvLO9zEr5Vg
data-dir: /usr/share/convertible
hs-libraries: HSconvertible-1.1.1.0-HzbdAbAXdL0IvLO9zEr5Vg
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
old-locale-1.0.0.7-0db938eb141b01f4936a21aef6b843bf
old-time-1.1.0.3-4494378134a1c0eadea2f9ea5411834e
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181
haddock-interfaces: /usr/lib/ghc-doc/haddock/convertible-1.1.1.0/convertible.haddock
haddock-html: /usr/share/doc/libghc-convertible-doc/html/
|