diff options
Diffstat (limited to 'devel/hs-conduit-combinators/Makefile')
-rw-r--r-- | devel/hs-conduit-combinators/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-conduit-combinators/Makefile b/devel/hs-conduit-combinators/Makefile index 3da1188d9d79..194710a1b5b3 100644 --- a/devel/hs-conduit-combinators/Makefile +++ b/devel/hs-conduit-combinators/Makefile @@ -10,6 +10,9 @@ COMMENT= Commonly used conduit functions, for both chunked and unchunked data LICENSE= MIT +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USE_CABAL= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \ conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \ mono-traversable>=0.4 mwc-random primitive resourcet \ |