/var/lib/ghc/package.conf.d/brick-0.11.conf is in libghc-brick-dev 0.11-1+b2.
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 62 63 64 65 | name: brick
version: 0.11
id: brick-0.11-8q9zX4jabdmZzxjdCf0GY
key: brick-0.11-8q9zX4jabdmZzxjdCf0GY
license: BSD3
copyright: (c) Jonathan Daugherty 2015-2016
maintainer: Jonathan Daugherty <cygnus@foobox.com>
homepage: https://github.com/jtdaugherty/brick/
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an
event handler and a drawing function and the library does the rest.
.
.
> module Main where
>
> import Brick
>
> ui :: Widget n
> ui = str "Hello, world!"
>
> main :: IO ()
> main = simpleMain ui
.
.
To get started, see:
.
* <https://github.com/jtdaugherty/brick/blob/master/README.md The README>
.
* The <https://github.com/jtdaugherty/brick/blob/master/docs/guide.rst Brick user guide>
.
* The demonstration programs in the 'programs' directory
.
.
This package deprecates <http://hackage.haskell.org/package/vty-ui vty-ui>.
category: Graphics
author: Jonathan Daugherty <cygnus@foobox.com>
exposed: True
exposed-modules:
Brick Brick.AttrMap Brick.Focus Brick.Main Brick.Markup Brick.Types
Brick.Util Brick.Widgets.Border Brick.Widgets.Border.Style
Brick.Widgets.Center Brick.Widgets.Core Brick.Widgets.Dialog
Brick.Widgets.Edit Brick.Widgets.List Brick.Widgets.ProgressBar
Data.Text.Markup
hidden-modules: Brick.Types.TH Brick.Types.Internal
Brick.Widgets.Internal
abi: 7fa58fda97bc0812bc868b4e09781768
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/brick-0.11-8q9zX4jabdmZzxjdCf0GY
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/brick-0.11-8q9zX4jabdmZzxjdCf0GY
data-dir: /usr/share/brick
hs-libraries: HSbrick-0.11-8q9zX4jabdmZzxjdCf0GY
depends:
base-4.9.0.0 containers-0.5.7.1
contravariant-1.4-DamgXeoxudwEmsHviLSGQO
data-default-0.7.1.1-5uix4eIzBY9IcVb4V2HbW3 deepseq-1.4.2.0
microlens-0.4.7.0-6tAYY6Xiw256GM5tdbJVKr
microlens-mtl-0.1.10.0-TvGdBLcbL7HXoWNJMDIou
microlens-th-0.4.1.0-LUTMqtiTOVTFNqHd8d866N
template-haskell-2.11.0.0 text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s
text-zipper-0.8.1-AjlhUsCbk2EIBzDVgpTOgh transformers-0.5.2.0
vector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6
vty-5.11.3-8hnnqFqfQBEChYlmQLApmF
haddock-interfaces: /usr/lib/ghc-doc/haddock/brick-0.11/brick.haddock
haddock-html: /usr/share/doc/libghc-brick-doc/html/
|