/var/lib/ghc/package.conf.d/hourglass-0.2.9.conf is in libghc-hourglass-dev 0.2.9-5.
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 | name: hourglass
version: 0.2.9
id: hourglass-0.2.9-2bec3ace533dc0d3956a5333806cdb03
key: hourg_LPf5g7uRmgkJBfilXYuqjQ
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: https://github.com/vincenthz/hs-hourglass
synopsis: simple performant time related library
description:
Simple time library focusing on simple but powerful and performant API
.
The backbone of the library are the Timeable and Time type classes.
.
Each Timeable instances can be converted to type that has a Time instances,
and thus are different representations of current time.
category: Time
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules:
Data.Hourglass Data.Hourglass.Types Data.Hourglass.Epoch
Data.Hourglass.Compat System.Hourglass
hidden-modules: Data.Hourglass.Time Data.Hourglass.Format
Data.Hourglass.Diff Data.Hourglass.Local Data.Hourglass.Calendar
Data.Hourglass.Zone Data.Hourglass.Internal Data.Hourglass.Utils
Data.Hourglass.Internal.Unix
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hourglass-0.2.9-LPf5g7uRmgkJBfilXYuqjQ
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hourglass-0.2.9-LPf5g7uRmgkJBfilXYuqjQ
data-dir: /usr/share/hourglass
hs-libraries: HShourglass-0.2.9-LPf5g7uRmgkJBfilXYuqjQ
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
haddock-interfaces: /usr/lib/ghc-doc/haddock/hourglass-0.2.9/hourglass.haddock
haddock-html: /usr/share/doc/libghc-hourglass-doc/html/
|