/var/lib/ghc/package.conf.d/vty-5.16.conf is in libghc-vty-dev 5.16-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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | name: vty
version: 5.16
id: vty-5.16-8o3zx6AtHGrBfHs6s26ydn
key: vty-5.16-8o3zx6AtHGrBfHs6s26ydn
license: BSD3
maintainer: Jonathan Daugherty (cygnus@foobox.com)
homepage: https://github.com/jtdaugherty/vty
synopsis: A simple terminal UI library
description:
vty is terminal GUI library in the niche of ncurses. It is intended to
be easy to use, have no confusing corner cases, and good support for
common terminal types.
.
See the @vty-examples@ package as well as the program
@test/interactive_terminal_test.hs@ included in the @vty@ package for
examples on how to use the library.
.
Import the "Graphics.Vty" convenience module to get access to the core
parts of the library.
.
© 2006-2007 Stefan O'Rear; BSD3 license.
.
© Corey O'Connor; BSD3 license.
.
© Jonathan Daugherty; BSD3 license.
category: User Interfaces
author: AUTHORS
exposed: True
exposed-modules:
Graphics.Vty Graphics.Vty.Attributes Graphics.Vty.Config
Graphics.Vty.Error Graphics.Vty.Image Graphics.Vty.Inline
Graphics.Vty.Inline.Unsafe Graphics.Vty.Input
Graphics.Vty.Input.Events Graphics.Vty.Picture Graphics.Vty.Output
Graphics.Text.Width Codec.Binary.UTF8.Debug Data.Terminfo.Parse
Data.Terminfo.Eval Graphics.Vty.Debug
Graphics.Vty.DisplayAttributes Graphics.Vty.Image.Internal
Graphics.Vty.Input.Classify Graphics.Vty.Input.Classify.Types
Graphics.Vty.Input.Classify.Parse Graphics.Vty.Input.Loop
Graphics.Vty.Input.Mouse Graphics.Vty.Input.Paste
Graphics.Vty.Input.Terminfo Graphics.Vty.PictureToSpans
Graphics.Vty.Span Graphics.Vty.Output.Mock
Graphics.Vty.Output.Interface Graphics.Vty.Output.XTermColor
Graphics.Vty.Output.TerminfoBased
hidden-modules: Graphics.Vty.Attributes.Color
Graphics.Vty.Attributes.Color240 Graphics.Vty.Debug.Image
Graphics.Vty.Input.Terminfo.ANSIVT
abi: 98fd18efc5a7b83265af0b8004d6e24d
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/vty-5.16-8o3zx6AtHGrBfHs6s26ydn
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/vty-5.16-8o3zx6AtHGrBfHs6s26ydn
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/vty
hs-libraries: HSvty-5.16-8o3zx6AtHGrBfHs6s26ydn
depends:
base-4.9.1.0 blaze-builder-0.4.0.2-LxClHUTiKUUAxWtvJ5Oeoy
bytestring-0.10.8.1 containers-0.5.7.1 deepseq-1.4.2.0
directory-1.3.0.0 filepath-1.4.1.1
hashable-1.2.6.1-2ZLNuHq395GGIHwEHuqZol
microlens-0.4.8.1-BVhsezHoPw9Ez18LAXVtpM
microlens-mtl-0.1.11.0-KtgqKPVeBO6LpX43JJVFR4
microlens-th-0.4.1.1-DWxGvZm1QBXHYYQf0fHp0m
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
parallel-3.2.1.1-KQJHWCcq2Ka569Stb10nhx
parsec-3.1.11-1aqiimsgq2dCv7eoaC8WuX
stm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve terminfo-0.4.0.2
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00 transformers-0.5.2.0
unix-2.7.2.1 utf8-string-1.0.1.1-1DpjxLeTvGg7ttZZojxJR5
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
haddock-interfaces: /usr/lib/ghc-doc/haddock/vty-5.16/vty.haddock
haddock-html: /usr/share/doc/libghc-vty-doc/html/
|