mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
3643bd0963
programming language Haskell, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. WWW: http://www.cs.york.ac.uk/fp/polyparse/ Approved by: gabor
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
%%SUBDIR%%/Text/Parse.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/HuttonMeijer.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/HuttonMeijerWallace.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/PolyLazy.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/PolyState.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/PolyStateLazy.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/Base.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/Lazy.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/Plain.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/State.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/StateLazy.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/NoLeak/Lazy.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/NoLeak/Plain.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/NoLeak/State.hi
|
|
%%SUBDIR%%/Text/ParserCombinators/Poly/NoLeak/StateLazy.hi
|
|
%%SUBDIR%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
|
%%SUBDIR%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
|
%%SUBDIR%%/%%PORTNAME%%-register.sh
|
|
%%RMLIC%%%%DOCSDIR%%/COPYRIGHT
|
|
%%RMLIC%%@dirrm %%DOCSDIR%%
|
|
@dirrmtry %%SUBDIR%%/Text/ParserCombinators/Poly/NoLeak
|
|
@dirrmtry %%SUBDIR%%/Text/ParserCombinators/Poly
|
|
@dirrmtry %%SUBDIR%%/Text/ParserCombinators
|
|
@dirrmtry %%SUBDIR%%/Text
|
|
@exec sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh
|
|
@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
|
@unexec ghc-pkg unregister %%PORTNAME%%
|
|
@unexec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|