/var/lib/ghc/package.conf.d/clock-0.2.0.0.conf is in libghc-clock-dev 0.2.0.0-2.
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 | name: clock
version: 0.2.0.0
id: clock-0.2.0.0-6d160f186029fa595fe7eab86e1dea7a
license: BSD3
copyright: (c) Cetin Sert 2009-2010, (c) Eugene Kirpichov 2010
maintainer: Cetin Sert <cetin@sertcom.de>
stability: Experimental
homepage: http://corsis.sourceforge.net/index.php/Haskell/Clock
package-url:
synopsis: High-resolution clock and timer functions:
realtime, monotonic, cputime, etc.
description: A package for convenient access to high-resolution
clock and timer functions of different operating
systems.
.
It is planned to consist of two layers. The lower
layer will provide direct access to OS-specific
clock and timer functions like clock_gettime of
Posix or GetTickCount of Windows and its upper
layer shall then provide a common API for all
supported systems. Currently only the lower level
is being developed.
.
.
POSIX reference: IEEE Std 1003.1-2008
<http://www.opengroup.org/onlinepubs/9699919799/>,
<http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html#>
.
WINDOWS reference: ...
.
For more information, see:
<http://corsis.sourceforge.net/index.php/Haskell/Clock>
category: System
author: Cetin Sert <cetin@sertcom.de>, Eugene Kirpichov <ekirpichov@gmail.com>
exposed: True
exposed-modules: System.Posix.Clock
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/clock-0.2.0.0/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/clock-0.2.0.0/ghc-7.4.1
hs-libraries: HSclock-0.2.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc/lib/clock-0.2.0.0/ghc-7.4.1/include
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/clock-0.2.0.0/clock.haddock
haddock-html: /usr/share/doc/libghc-clock-doc/html/
|