diff options
Diffstat (limited to 'devel/hs-basic-prelude/Makefile')
-rw-r--r-- | devel/hs-basic-prelude/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-basic-prelude/Makefile b/devel/hs-basic-prelude/Makefile index 9c641d50e36a..9ceeed30dba0 100644 --- a/devel/hs-basic-prelude/Makefile +++ b/devel/hs-basic-prelude/Makefile @@ -10,6 +10,9 @@ COMMENT= Enhanced core prelude; a common foundation for alternate preludes 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= hashable lifted-base ReadArgs>=1.2 safe unordered-containers \ vector |