kili 8f184acc71 Import devel/hs-echo.
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 library provides an alternative interface which works with
both MinTTY and other consoles.

ok sthen@ ("You don't need any more pain than you already have!" about
patching cabal-install to *not* need this port)
2018-01-12 21:35:39 +00:00

20 lines
379 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/01/12 21:35:39 kili Exp $
COMMENT = cross-platform echoing terminal input
DISTNAME = echo-0.1.3
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = BlErO49OOLiLJPizijFtq4
.include <bsd.port.mk>