/var/lib/ghc/package.conf.d/intervals-0.7.1.conf is in libghc-intervals-dev 0.7.1-4.
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 | name: intervals
version: 0.7.1
id: intervals-0.7.1-2c9a3297fb1cd609431e5a91112f6274
key: inter_5LxV5rDAnTA13rSqtto9GZ
license: BSD3
maintainer: ekmett@gmail.com
homepage: http://github.com/ekmett/intervals
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 Numeric.Interval.Exception
Numeric.Interval.Internal Numeric.Interval.Kaucher
Numeric.Interval.NonEmpty Numeric.Interval.NonEmpty.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/intervals-0.7.1-5LxV5rDAnTA13rSqtto9GZ
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/intervals-0.7.1-5LxV5rDAnTA13rSqtto9GZ
data-dir: /usr/share/intervals
hs-libraries: HSintervals-0.7.1-5LxV5rDAnTA13rSqtto9GZ
depends:
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
distributive-0.4.4-bb01cbb0c133843286b9581b270abd0b
ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
haddock-interfaces: /usr/lib/ghc-doc/haddock/intervals-0.7.1/intervals.haddock
haddock-html: /usr/share/doc/libghc-intervals-doc/html/
|