diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:30:23 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:30:23 +0000 |
commit | ab6a5e98562e29a0f8f70fb29dfc34be4194bb61 (patch) | |
tree | 09709d0660e704a270205bb6d4b6f8f3203386c0 /textproc/hs-double-conversion/Makefile | |
parent | 0c5139f65c3d8ecd064d0afccf98b7dba030f52c (diff) |
Notes
Diffstat (limited to 'textproc/hs-double-conversion/Makefile')
-rw-r--r-- | textproc/hs-double-conversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index f40fe7717406..cf506ed0c72a 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= double-conversion -PORTVERSION= 0.2.0.1 +PORTVERSION= 0.2.0.4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Fast conversion between double-precision floating point and text LICENSE= BSD -USE_CABAL= text>=0.11.0.6 +USE_CABAL= text>=0.11.0.8 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |