diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 14:13:00 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 14:13:00 +0800 |
commit | 61691c89182802e3572ad9fb1c8a33630005b301 (patch) | |
tree | c8fffe4e2b75225de0234d2a9ac52326aa282a25 /lang/ghc | |
parent | 6af923fa4a87011ffd1750107fb8c07f11c73dd6 (diff) | |
download | freebsd-ports-gnome-61691c89182802e3572ad9fb1c8a33630005b301.tar.gz freebsd-ports-gnome-61691c89182802e3572ad9fb1c8a33630005b301.tar.zst freebsd-ports-gnome-61691c89182802e3572ad9fb1c8a33630005b301.zip |
- Remove textproc/hs-attoparsec-text: The package has been deprecated. Now
the attoparsec includes all functionality from this library.
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 283671597f4f..a0234d857b52 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -21,7 +21,6 @@ ansi-wl-pprint_port= devel/hs-ansi-wl-pprint arrows_port= devel/hs-arrows attoparsec_port= textproc/hs-attoparsec attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator -attoparsec-text_port= textproc/hs-attoparsec-text base16-bytestring_port= devel/hs-base16-bytestring base64-bytestring_port= devel/hs-base64-bytestring binary_port= devel/hs-binary |