/var/lib/ghc/package.conf.d/clock-0.7.2.conf is in libghc-clock-dev 0.7.2-3.
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 55 56 57 58 59 60 61 | name: clock
version: 0.7.2
id: clock-0.7.2-1F3tpzhSilhF4wqwyRWqgE
key: clock-0.7.2-1F3tpzhSilhF4wqwyRWqgE
license: BSD3
copyright: Copyright © Cetin Sert 2009-2016, Eugene Kirpichov 2010, Finn Espen Gundersen 2013, Gerolf Seitz 2013, Mathieu Boespflug 2014 2015, Chris Done 2015, Dimitri Sabadie 2015, Christian Burger 2015, Mario Longobardi 2016
maintainer: Cetin Sert <cetin@corsis.eu>, Corsis Research
stability: stable
homepage: https://github.com/corsis/clock
synopsis: High-resolution clock functions: monotonic, realtime, cputime.
description:
A package for convenient access to high-resolution clock and
timer functions of different operating systems via a unified API.
.
POSIX code and surface API was developed by Cetin Sert in 2009.
.
Windows code was contributed by Eugene Kirpichov in 2010.
.
FreeBSD code was contributed by Finn Espen Gundersen on 2013-10-14.
.
OS X code was contributed by Gerolf Seitz on 2013-10-15.
.
Derived @Generic@, @Typeable@ and other instances for @Clock@ and @TimeSpec@ was contributed by Mathieu Boespflug on 2014-09-17.
.
Corrected dependency listing for @GHC < 7.6@ was contributed by Brian McKenna on 2014-09-30.
.
Windows code corrected by Dimitri Sabadie on 2015-02-09.
.
Added @timeSpecAsNanoSecs@ as observed widely-used by Chris Done on 2015-01-06, exported correctly on 2015-04-20.
.
Imported Control.Applicative operators correctly for Haskell Platform on Windows on 2015-04-21.
.
Unit tests and instance fixes by Christian Burger on 2015-06-25.
.
Removal of fromInteger : Integer -> TimeSpec by Cetin Sert on 2015-12-15.
.
New Linux-specific Clocks: MonotonicRaw, Boottime, MonotonicCoarse, RealtimeCoarse by Cetin Sert on 2015-12-15.
.
Reintroduction fromInteger : Integer -> TimeSpec by Cetin Sert on 2016-04-05.
.
Fixes for older Linux build failures introduced by new Linux-specific clocks by Mario Longobardi on 2016-04-18.
.
[Version Scheme]
Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly
.
* @PackagingOnly@ changes are made for quality assurance reasons.
category: System
author: Cetin Sert <cetin@corsis.eu>, Corsis Research
exposed: True
exposed-modules:
System.Clock
abi: 426eaf1f3b190ea27a3b28b28ef71282
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/clock-0.7.2-1F3tpzhSilhF4wqwyRWqgE
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/clock-0.7.2-1F3tpzhSilhF4wqwyRWqgE
data-dir: /usr/share/clock
hs-libraries: HSclock-0.7.2-1F3tpzhSilhF4wqwyRWqgE
depends:
base-4.9.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/clock-0.7.2/clock.haddock
haddock-html: /usr/share/doc/libghc-clock-doc/html/
|