aboutsummaryrefslogtreecommitdiff
path: root/shells/hs-shelly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/hs-shelly/Makefile')
-rw-r--r--shells/hs-shelly/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/hs-shelly/Makefile b/shells/hs-shelly/Makefile
index 687a2b839385..6917c435986c 100644
--- a/shells/hs-shelly/Makefile
+++ b/shells/hs-shelly/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= shelly
-PORTVERSION= 1.6.8.3
-PORTREVISION= 1
+PORTVERSION= 1.7.2
CATEGORIES= shells haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,7 +11,7 @@ LICENSE= BSD3CLAUSE
USE_CABAL= async enclosed-exceptions exceptions>=0.6 lifted-async \
lifted-base monad-control>=0.3.2 mtl>=2 system-fileio \
- system-filepath>=0.4.7 text transformers-base unix-compat
+ system-filepath>=0.4.7 transformers-base unix-compat
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>