diff options
author | pgj <pgj@FreeBSD.org> | 2014-03-29 08:52:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-03-29 08:52:54 +0800 |
commit | 43e85f045160cde4e9f221f2b7036ca7ed6bb478 (patch) | |
tree | ddc21a13929c289330620e015fcff9a9b5d452e3 /math/hs-vector-space | |
parent | 8d18fcb8da6b6921891b78fe19abb842f423f2f3 (diff) | |
download | freebsd-ports-graphics-43e85f045160cde4e9f221f2b7036ca7ed6bb478.tar.gz freebsd-ports-graphics-43e85f045160cde4e9f221f2b7036ca7ed6bb478.tar.zst freebsd-ports-graphics-43e85f045160cde4e9f221f2b7036ca7ed6bb478.zip |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math/hs-vector-space')
-rw-r--r-- | math/hs-vector-space/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index a2eff9d01a1..7ad97e2deb9 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,7 +3,7 @@ PORTNAME= vector-space PORTVERSION= 0.8.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org |