/var/lib/ghc/package.conf.d/intervals-0.2.2.1.conf is in libghc-intervals-dev 0.2.2.1-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 | name: intervals
version: 0.2.2.1
id: intervals-0.2.2.1-02536276603afec6e710e312cc54b2ec
license: BSD3
copyright:
maintainer: ekmett@gmail.com
stability:
homepage: http://github.com/ekmett/intervals
package-url:
synopsis: Interval Arithmetic
description: A 'Numeric.Interval.Interval' is a closed, convex set of floating point values.
.
We do not control the rounding mode of the end points of the interval when
using floating point arithmetic, so be aware that in order to get precise
containment of the result, you will need to use an underlying type with
both lower and upper bounds like 'CReal'
category: Math
author: Edward Kmett
exposed: True
exposed-modules: Numeric.Interval
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/intervals-0.2.2.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/intervals-0.2.2.1/ghc-7.6.3
hs-libraries: HSintervals-0.2.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
numeric-extras-0.0.3-6c1ab3dab665eef420ebc97d38490e10
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/intervals-0.2.2.1/intervals.haddock
haddock-html: /usr/share/doc/libghc-intervals-doc/html/
|