diff options
Diffstat (limited to 'converters/hs-aeson/Makefile')
-rw-r--r-- | converters/hs-aeson/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index 8a55c8c30115..289faacf7594 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -10,6 +10,9 @@ COMMENT= Fast JSON parsing and encoding 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= attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \ scientific>=0.3.1 tagged th-abstraction time-locale-compat>=0.1.1 \ unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8 |