/var/lib/ghc/package.conf.d/bytestring-progress-1.0.3.conf is in libghc-bytestring-progress-dev 1.0.3-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 | name: bytestring-progress
version: 1.0.3
id: bytestring-progress-1.0.3-d500e4aaccba7787e22dd58fb57f868a
license: BSD3
copyright:
maintainer: Adam Wick <awick@uhsure.com>
stability:
homepage: http://github.com/acw/bytestring-progress
package-url:
synopsis: A library for tracking the consumption of a lazy ByteString
description: In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
category: Control
author: Adam Wick <awick@uhsure.com>
exposed: True
exposed-modules: Data.ByteString.Lazy.Progress
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/bytestring-progress-1.0.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/bytestring-progress-1.0.3/ghc-7.6.3
hs-libraries: HSbytestring-progress-1.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/bytestring-progress-1.0.3/bytestring-progress.haddock
haddock-html: /usr/share/doc/libghc-bytestring-progress-doc/html/
|