diff options
Diffstat (limited to 'devel/hs-test-framework/Makefile')
-rw-r--r-- | devel/hs-test-framework/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index b8d2e7ddd109..e0895e22ddb6 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -10,6 +10,9 @@ COMMENT= Framework for running and organising tests, with HUnit and QuickCheck s LICENSE= BSD3CLAUSE +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= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 hostname>=1.0 \ old-locale>=1.0 random>=1.0 regex-posix>=0.72 xml>=1.3.5 |