diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
commit | 46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch) | |
tree | a34afe36b374e7894e236fb8cee020928d36c967 /math | |
parent | - Convert to new options framework. (diff) |
- Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298155
Diffstat (limited to '')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/hs-NumInstances/Makefile | 1 | ||||
-rw-r--r-- | math/hs-erf/Makefile | 2 | ||||
-rw-r--r-- | math/hs-math-functions/Makefile | 5 | ||||
-rw-r--r-- | math/hs-math-functions/pkg-descr | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/math/Makefile b/math/Makefile index 16f9ac4c0ac9..3430b71b25e3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -154,6 +154,7 @@ SUBDIR += hs-data-lens-template SUBDIR += hs-distributive SUBDIR += hs-erf + SUBDIR += hs-ieee754 SUBDIR += hs-math-functions SUBDIR += hs-mwc-random SUBDIR += hs-pointed diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile index e0086e27c196..adb401e54723 100644 --- a/math/hs-NumInstances/Makefile +++ b/math/hs-NumInstances/Makefile @@ -7,6 +7,7 @@ PORTNAME= NumInstances PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index ea7648bebd15..c29dbe2343d0 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -7,7 +7,7 @@ PORTNAME= erf PORTVERSION= 2.0.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile index b0e90bedec31..9c61870ea83c 100644 --- a/math/hs-math-functions/Makefile +++ b/math/hs-math-functions/Makefile @@ -7,6 +7,7 @@ PORTNAME= math-functions PORTVERSION= 0.1.1.1 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= wen@FreeBSD.org @@ -14,9 +15,9 @@ COMMENT= Special mathematical functions and Chebyshev polynomials LICENSE= BSD -USE_CABAL= erf>=2 vector>=0.7 - CABAL_SETUP= Setup.hs +USE_CABAL= erf>=2 vector>=0.7 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/math/hs-math-functions/pkg-descr b/math/hs-math-functions/pkg-descr index efb668ac39fe..35201804f179 100644 --- a/math/hs-math-functions/pkg-descr +++ b/math/hs-math-functions/pkg-descr @@ -2,4 +2,4 @@ This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. -WWW: https://github.com/bos/math-functions +WWW: https://github.com/bos/math-functions |