/var/lib/ghc/package.conf.d/FloatingHex-0.4.conf is in libghc-floatinghex-dev 0.4-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 | name: FloatingHex
version: 0.4
id: FloatingHex-0.4-AWdFC0aXua38DYTuaxGKeT
key: FloatingHex-0.4-AWdFC0aXua38DYTuaxGKeT
license: BSD3
copyright: Levent Erkok
maintainer: erkokl@gmail.com
synopsis: Read and write hexadecimal floating point numbers
description:
Read and write hexadecimal floating point numbers. Provides a quasiquoter for
entering hex-float literals, and a function for printing them in hexadecimal.
.
See: <http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf>, pages 57-58.
We slightly diverge from the standard and do not allow for the "floating-suffix,"
as the type inference of Haskell makes this unnecessary.
.
For details, please see: <http://github.com/LeventErkok/FloatingHex/>
category: Tools
author: Levent Erkok
exposed: True
exposed-modules:
Data.Numbers.FloatingHex
abi: 8e21a3a638e650f58c5b5cb96748bc10
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/FloatingHex-0.4-AWdFC0aXua38DYTuaxGKeT
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/FloatingHex-0.4-AWdFC0aXua38DYTuaxGKeT
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/floatinghex
hs-libraries: HSFloatingHex-0.4-AWdFC0aXua38DYTuaxGKeT
depends:
base-4.9.1.0 template-haskell-2.11.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/floatinghex-0.4/FloatingHex.haddock
haddock-html: /usr/share/doc/libghc-floatinghex-doc/html/
|