diff options
Diffstat (limited to 'devel/hs-lifted-async/Makefile')
-rw-r--r-- | devel/hs-lifted-async/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-lifted-async/Makefile b/devel/hs-lifted-async/Makefile index c9d18fa0a8a7..6074c2ff8f34 100644 --- a/devel/hs-lifted-async/Makefile +++ b/devel/hs-lifted-async/Makefile @@ -10,6 +10,9 @@ COMMENT= Run lifted IO operations asynchronously and wait for their results 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= async>=2.0.1 constraints>=0.2 lifted-base>=0.2 \ monad-control>=0.3.1 transformers-base>=0.4 |