/var/lib/ghc/package.conf.d/echo-0.1.3.conf is in libghc-echo-dev 0.1.3-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 | name: echo
version: 0.1.3
id: echo-0.1.3-K6IolejTib2L02PL91cWPC
key: echo-0.1.3-K6IolejTib2L02PL91cWPC
license: BSD3
copyright: (C) 2016-2017 Ryan Scott
maintainer: Ryan Scott <ryan.gl.scott@gmail.com>
stability: Provisional
homepage: https://github.com/RyanGlScott/echo
synopsis: A cross-platform, cross-console way to handle echoing terminal input
description:
The @base@ library exposes the @hGetEcho@ and @hSetEcho@ functions
for querying and setting echo status, but unfortunately, neither
function works with MinTTY consoles on Windows. This is a serious
issue, since @hGetEcho@ and @hSetEcho@ are often used to disable
input echoing when a program prompts for a password, so many
programs will reveal your password as you type it on MinTTY!
.
This library provides an alternative interface which works
with both MinTTY and other consoles. An example is included
which demonstrates how one might prompt for a password using
this library. To build it, make sure to configure with the
@-fexample@ flag.
category: System
author: Ryan Scott
exposed: True
exposed-modules:
System.IO.Echo System.IO.Echo.Internal
abi: e5347ab75c47e3a84a6225355c00e2b8
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/echo-0.1.3-K6IolejTib2L02PL91cWPC
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/echo-0.1.3-K6IolejTib2L02PL91cWPC
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/echo
hs-libraries: HSecho-0.1.3-K6IolejTib2L02PL91cWPC
depends:
base-4.9.1.0 process-1.4.3.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/echo-0.1.3/echo.haddock
haddock-html: /usr/share/doc/libghc-echo-doc/html/
|