aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-05-26 05:44:12 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2018-05-26 05:44:12 +0800
commitfff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch)
tree86e71c0056b8414191c8b421101694a177fec03e /net-im
parentb782168218ce43588149523e6d12003aa68ad324 (diff)
downloadfreebsd-ports-gnome-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.gz
freebsd-ports-gnome-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.zst
freebsd-ports-gnome-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
Diffstat (limited to 'net-im')
-rw-r--r--net-im/hs-haskell-xmpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/hs-haskell-xmpp/Makefile b/net-im/hs-haskell-xmpp/Makefile
index 4c4266a2806a..a4823c5d9db8 100644
--- a/net-im/hs-haskell-xmpp/Makefile
+++ b/net-im/hs-haskell-xmpp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= haskell-xmpp
PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT= Haskell XMPP library based on HaXml & STM
LICENSE= BSD3CLAUSE
USE_CABAL= HaXml>=1.23.3 html mtl>=1.0 network \
- polyparse random regex-compat stm utf8-string
+ polyparse random regex-compat utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>