diff options
Diffstat (limited to 'devel/hs-hashable/Makefile')
-rw-r--r-- | devel/hs-hashable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile index a016956fa84e..d18e283faa0a 100644 --- a/devel/hs-hashable/Makefile +++ b/devel/hs-hashable/Makefile @@ -11,6 +11,9 @@ COMMENT= Class for types that can be converted to a hash value 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 + FLAGS_DEFINE= INTEGER_GMP SSE2 SSE41 FLAGS_DEFAULT_amd64= INTEGER_GMP SSE2 FLAGS_DEFAULT_i386= INTEGER_GMP SSE2 |