diff options
Diffstat (limited to 'devel/hs-test-framework/Makefile')
-rw-r--r-- | devel/hs-test-framework/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index 931fb5541c4c..8518670aea28 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= test-framework -PORTVERSION= 0.8.0.3 -PORTREVISION= 1 +PORTVERSION= 0.8.1.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Framework for running and organising tests, with HUnit and QuickCheck s LICENSE= BSD3CLAUSE USE_CABAL= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 hostname>=1.0 \ - random>=1.0 regex-posix>=0.72 xml>=1.3.5 + old-locale>=1.0 random>=1.0 regex-posix>=0.72 xml>=1.3.5 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |