/var/lib/ghc/package.conf.d/concurrent-output-1.7.3.conf is in libghc-concurrent-output-dev 1.7.3-1build1.
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 | name: concurrent-output
version: 1.7.3
id: concurrent-output-1.7.3-fc17f4405847a90de67ac2e9a290808b
key: concu_G6qUjX7OfvKItKqaqUvgdP
license: BSD2
copyright: 2015 Joey Hess, 2009 Joachim Breitner
maintainer: Joey Hess <id@joeyh.name>
stability: Stable
synopsis: Ungarble output from several threads or commands
description:
Lets multiple threads and external processes concurrently output to the
console, without it getting all garbled up.
.
Built on top of that is a way of defining multiple output regions,
which are automatically laid out on the screen and can be individually
updated by concurrent threads. Can be used for progress displays etc.
.
<<https://joeyh.name/code/concurrent-output/demo2.gif>>
category: User Interfaces
author: Joey Hess, Joachim Breitner
exposed: True
exposed-modules:
System.Console.Concurrent System.Console.Concurrent.Internal
System.Console.Regions System.Process.Concurrent
hidden-modules: Utility.Monad Utility.Data Utility.Exception
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/concurrent-output-1.7.3-G6qUjX7OfvKItKqaqUvgdP
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/concurrent-output-1.7.3-G6qUjX7OfvKItKqaqUvgdP
data-dir: /usr/share/concurrent-output
hs-libraries: HSconcurrent-output-1.7.3-G6qUjX7OfvKItKqaqUvgdP
depends:
ansi-terminal-0.6.2.3-7b40b18f4e53e6f53c2ffd807e929ca9
async-2.0.2-a831412d1c1f2d2e26f26bb4545c7372
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
directory-1.2.2.0-660a7a83a753ed85c8a374c15dae2b97
exceptions-0.8.0.2-36aed52be619b9728d2571e1d453a5a5
process-1.2.3.0-a22328103774f0499a990653944cbf99
stm-2.4.4.1-7050c728ed5b2315e2c6b56d8bf9837f
terminal-size-0.3.2.1-dbaf6eaf8ad83001a6fc09075b160e17
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
unix-2.7.1.0-bb54ee8f9f6b2600aae7a748eb88a610
haddock-interfaces: /usr/lib/ghc-doc/haddock/concurrent-output-1.7.3/concurrent-output.haddock
haddock-html: /usr/share/doc/libghc-concurrent-output-doc/html/
|