diff options
Diffstat (limited to 'devel/hs-fast-logger/Makefile')
-rw-r--r-- | devel/hs-fast-logger/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-fast-logger/Makefile b/devel/hs-fast-logger/Makefile index 257c4332cafd..dc5e407bcfe6 100644 --- a/devel/hs-fast-logger/Makefile +++ b/devel/hs-fast-logger/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fast-logger -PORTVERSION= 2.4.10 -PORTREVISION= 1 +PORTVERSION= 2.4.11 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Fast logging system LICENSE= BSD3CLAUSE -USE_CABAL= auto-update easy-file old-locale text unix-time +USE_CABAL= auto-update easy-file old-locale unix-time .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |