aboutsummaryrefslogtreecommitdiff
path: root/www/hs-heist/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
commitfff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch)
tree86e71c0056b8414191c8b421101694a177fec03e /www/hs-heist/Makefile
parentb782168218ce43588149523e6d12003aa68ad324 (diff)
downloadports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.gz
ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.zip
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes: svn path=/head/; revision=470870
Diffstat (limited to 'www/hs-heist/Makefile')
-rw-r--r--www/hs-heist/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile
index 213570cd5f39..618093ccae8d 100644
--- a/www/hs-heist/Makefile
+++ b/www/hs-heist/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= heist
-PORTVERSION= 1.0.1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,7 +11,7 @@ LICENSE= BSD3CLAUSE
USE_CABAL= aeson attoparsec blaze-builder blaze-html directory-tree \
dlist hashable lifted-base map-syntax monad-control mtl \
- random text transformers-base unordered-containers vector \
+ random transformers-base unordered-containers vector \
xmlhtml
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"