name:                 echo
version:              0.1.4
visibility:           public
id:                   echo-0.1.4-1nGsPbriaenEyl7H9wm89z
key:                  echo-0.1.4-1nGsPbriaenEyl7H9wm89z
license:              BSD-3-Clause
copyright:            (C) 2016-2017 Ryan Scott
maintainer:           Ryan Scott <ryan.gl.scott@gmail.com>
author:               Ryan Scott
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
abi:                  4b3328b642871457a3ddf999bcff94bc
exposed:              True
exposed-modules:      System.IO.Echo System.IO.Echo.Internal
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/echo-0.1.4-1nGsPbriaenEyl7H9wm89z

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/echo-0.1.4-1nGsPbriaenEyl7H9wm89z

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/echo-0.1.4-1nGsPbriaenEyl7H9wm89z

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/echo-0.1.4
hs-libraries:         HSecho-0.1.4-1nGsPbriaenEyl7H9wm89z
depends:              base-4.20.0.0-inplace process-1.6.19.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/echo-0.1.4/html/echo.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/echo-0.1.4/html
