diff options
Diffstat (limited to 'devel/hs-threads/Makefile')
-rw-r--r-- | devel/hs-threads/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-threads/Makefile b/devel/hs-threads/Makefile index 893ed8fe3242..dbd33390567f 100644 --- a/devel/hs-threads/Makefile +++ b/devel/hs-threads/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 0.5.1.2 -PORTREVISION= 1 +PORTVERSION= 0.5.1.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Fork threads and wait for their result LICENSE= BSD3CLAUSE -USE_CABAL= base-unicode-symbols>=0.1.1 stm>=2.1 +USE_CABAL= stm>=2.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |