/var/lib/ghc/package.conf.d/scientific-0.2.0.2.conf is in libghc-scientific-dev 0.2.0.2-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 | name: scientific
version: 0.2.0.2
id: scientific-0.2.0.2-3e3f1a2572e19a152f55928cb449a437
license: BSD3
copyright:
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/scientific
package-url:
synopsis: Arbitrary-precision floating-point numbers represented using scientific notation
description: A @Scientific@ number is an arbitrary-precision floating-point number
represented using scientific notation.
.
A scientific number with 'coefficient' @c@ and
'base10Exponent' @e@ corresponds to the
'Fractional' number: @'fromInteger' c * 10 '^^' e@
.
Its primary use-case is to serve as the target of
parsing floating point numbers. Since the textual
representation of floating point numbers use
scientific notation they can be efficiently
parsed to a @Scientific@ number.
category: Data
author: Bas van Dijk
exposed: True
exposed-modules: Data.Scientific
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/scientific-0.2.0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/scientific-0.2.0.2/ghc-7.6.3
hs-libraries: HSscientific-0.2.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/scientific-0.2.0.2/scientific.haddock
haddock-html: /usr/share/doc/libghc-scientific-doc/html/
|