diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-30 17:39:36 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-30 17:39:36 +0000 |
commit | 6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61 (patch) | |
tree | c8099d50b52c68c614a102b5d8f340a42015134b /converters | |
parent | b450fe30b66236f48f8e78e5f662e08efb3cd48e (diff) | |
download | ports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.tar.gz ports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-aeson-compat/Makefile | 3 | ||||
-rw-r--r-- | converters/hs-aeson/Makefile | 3 | ||||
-rw-r--r-- | converters/hs-json/Makefile | 3 | ||||
-rw-r--r-- | converters/hs-sandi/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/converters/hs-aeson-compat/Makefile b/converters/hs-aeson-compat/Makefile index 25a9e5d50a83..7446458c4ab8 100644 --- a/converters/hs-aeson-compat/Makefile +++ b/converters/hs-aeson-compat/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= aeson attoparsec attoparsec-iso8601 base-compat exceptions \ hashable scientific semigroups tagged time-locale-compat \ unordered-containers vector 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 diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile index 8a993988edd7..089a2980a660 100644 --- a/converters/hs-json/Makefile +++ b/converters/hs-json/Makefile @@ -11,6 +11,9 @@ COMMENT= Support for serialising Haskell to and from JSON 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= mtl syb .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile index bbea70d5eeeb..37335a5b686d 100644 --- a/converters/hs-sandi/Makefile +++ b/converters/hs-sandi/Makefile @@ -10,6 +10,9 @@ COMMENT= Data encoding library 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 + CONFLICTS_INSTALL= hs-dataenc-[0-9]* USE_CABAL= conduit exceptions stringsearch |