/var/lib/ghc/package.conf.d/unbounded-delays-0.1.0.9.conf is in libghc-unbounded-delays-dev 0.1.0.9-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 | name: unbounded-delays
version: 0.1.0.9
id: unbounded-delays-0.1.0.9-8636ff14e3532228d9cf4bddb2b0654e
key: unbou_GvUJpzHeuHuHPAHITwhpe4
license: BSD3
copyright: 2011-2012 Bas van Dijk & Roel van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
homepage: https://github.com/basvandijk/unbounded-delays
synopsis: Unbounded thread delays and timeouts
description:
The @threadDelay@ and @timeout@ functions from the @base@ library
use the bounded @Int@ type for specifying the delay or timeout
period. This packages provides alternatives which use the
unbounded @Integer@ type.
category: Concurrency
author: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
exposed: True
exposed-modules:
Control.Concurrent.Thread.Delay Control.Concurrent.Timeout
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/unbounded-delays-0.1.0.9-GvUJpzHeuHuHPAHITwhpe4
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/unbounded-delays-0.1.0.9-GvUJpzHeuHuHPAHITwhpe4
data-dir: /usr/share/unbounded-delays
hs-libraries: HSunbounded-delays-0.1.0.9-GvUJpzHeuHuHPAHITwhpe4
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/unbounded-delays-0.1.0.9/unbounded-delays.haddock
haddock-html: /usr/share/doc/libghc-unbounded-delays-doc/html/
|