freebsd-ports/devel/hs-unamb/pkg-plist
Gabor Pali 1b8391bb2d unamb contains the "unambiguous choice" operator "unamb", which
wraps thread racing up in a purely functional, semantically simple
wrapper. Originally a part of Reactive, the author moved unamb
to its own Haskell package in order to encourage experimentation.

WWW: http://haskell.org/haskellwiki/unamb

PR:		ports/142490
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-12 21:42:25 +00:00

13 lines
627 B
Text

@comment $FreeBSD$
%%UNAMB_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Unamb.hi
%%UNAMB_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSunamb-%%UNAMB_VERSION%%.o
%%UNAMB_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSunamb-%%UNAMB_VERSION%%.a
%%UNAMB_LIBDIR_REL%%/register.sh
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
@dirrm %%UNAMB_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data
@dirrm %%UNAMB_LIBDIR_REL%%/ghc-%%GHC_VERSION%%
@dirrm %%UNAMB_LIBDIR_REL%%
@exec /bin/sh %D/%%UNAMB_LIBDIR_REL%%/register.sh
@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
@unexec %D/bin/ghc-pkg unregister unamb
@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old