diff options
author | arrowd <arrowd@FreeBSD.org> | 2018-08-03 02:05:43 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2018-08-03 02:05:43 +0800 |
commit | fb9994e2d8b608466c33d8ff2ec63f1b0a4be7a4 (patch) | |
tree | 12b3248d540573962b208cb988b75a260285a6ea /www | |
parent | bfc93f555502877c6a93fb906b3c273d79296435 (diff) | |
download | freebsd-ports-gnome-fb9994e2d8b608466c33d8ff2ec63f1b0a4be7a4.tar.gz freebsd-ports-gnome-fb9994e2d8b608466c33d8ff2ec63f1b0a4be7a4.tar.zst freebsd-ports-gnome-fb9994e2d8b608466c33d8ff2ec63f1b0a4be7a4.zip |
www/hs-activehs: Set DEPRECATED for a month. It doesn't build with new dependencies' version.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16546
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-activehs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index 4138cad29086..be9563909daf 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -10,6 +10,9 @@ COMMENT= Haskell code presentation tool LICENSE= BSD3CLAUSE +DEPRECATED= Doesn't build with recent dependencies +EXPIRATION_DATE=2018-09-02 + USE_CABAL= activehs-base blaze-html blaze-markup cmdargs data-pprint \ dia-base dia-functions exceptions haskell-src-exts \ highlighting-kate hint hoogle mtl pandoc pureMD5 \ |