/var/lib/ghc/package.conf.d/brick-0.18.conf is in libghc-brick-dev 0.18-1.
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 66 67 68 | name: brick
version: 0.18
id: brick-0.18-EZTVwueYlOWEuUL6nch8f0
key: brick-0.18-EZTVwueYlOWEuUL6nch8f0
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 ()
> 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.BChan 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: 389a7bceb2d46557ba68414a44e7c22b
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/brick-0.18-EZTVwueYlOWEuUL6nch8f0
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/brick-0.18-EZTVwueYlOWEuUL6nch8f0
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/brick
hs-libraries: HSbrick-0.18-EZTVwueYlOWEuUL6nch8f0
depends:
base-4.9.1.0 containers-0.5.7.1
contravariant-1.4-A31d0eO2DKK3uYsrF3u2Wt
data-clist-0.1.2.0-DRs0QBRCKZ78eQOjnY0kr6 deepseq-1.4.2.0
dlist-0.8.0.3-BHFBNaw8k6n9WiaUNzoXpk
microlens-0.4.8.1-BVhsezHoPw9Ez18LAXVtpM
microlens-mtl-0.1.11.0-KtgqKPVeBO6LpX43JJVFR4
microlens-th-0.4.1.1-DWxGvZm1QBXHYYQf0fHp0m
stm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve template-haskell-2.11.1.0
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
text-zipper-0.10.1-86gW42akPUjANoicbUlfzs transformers-0.5.2.0
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
vty-5.16-8o3zx6AtHGrBfHs6s26ydn
haddock-interfaces: /usr/lib/ghc-doc/haddock/brick-0.18/brick.haddock
haddock-html: /usr/share/doc/libghc-brick-doc/html/
|