diff options
Diffstat (limited to 'devel/hs-keys/Makefile')
-rw-r--r-- | devel/hs-keys/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-keys/Makefile b/devel/hs-keys/Makefile index 8d6190227235..0cd3723f1f33 100644 --- a/devel/hs-keys/Makefile +++ b/devel/hs-keys/Makefile @@ -10,6 +10,9 @@ COMMENT= Keyed functors and containers 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= comonad>=4 free>=4 hashable>=1.1.2.3 semigroupoids>=4 \ semigroups>=0.8.3.1 unordered-containers>=0.2 |