diff options
Diffstat (limited to 'devel/hs-fsnotify/Makefile')
-rw-r--r-- | devel/hs-fsnotify/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile index 92fcad234245..678a064f7243 100644 --- a/devel/hs-fsnotify/Makefile +++ b/devel/hs-fsnotify/Makefile @@ -10,6 +10,9 @@ COMMENT= Cross-platform library for file system notifications 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 hinotify>=0.3.7 unix-compat>=0.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |