diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:49:31 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:49:31 +0800 |
commit | 1bcc5fe7b81edb00c14094f48f2872309d5c86ea (patch) | |
tree | fbabc9b1bd9aee278f772ae6ae37b874704ad696 /devel | |
parent | 4416994b36edd87fadbffbf6fe314bf94b0e3c62 (diff) | |
download | freebsd-ports-gnome-1bcc5fe7b81edb00c14094f48f2872309d5c86ea.tar.gz freebsd-ports-gnome-1bcc5fe7b81edb00c14094f48f2872309d5c86ea.tar.zst freebsd-ports-gnome-1bcc5fe7b81edb00c14094f48f2872309d5c86ea.zip |
- Update to 0.3.3.4
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hint/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-hint/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hint/pkg-descr | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile index 49f759d9dfbb..f6b7964bec3f 100644 --- a/devel/hs-hint/Makefile +++ b/devel/hs-hint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hint -PORTVERSION= 0.3.3.3 +PORTVERSION= 0.3.3.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +15,7 @@ COMMENT= Runtime Haskell interpreter (GHC API wrapper) LICENSE= BSD USE_CABAL= ghc-mtl>=1.0.1.0 ghc-paths haskell-src MonadCatchIO-mtl>=0.3 \ - mtl utf8-string + mtl random utf8-string INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} diff --git a/devel/hs-hint/distinfo b/devel/hs-hint/distinfo index 976d8e23f9b1..497aadfc60a3 100644 --- a/devel/hs-hint/distinfo +++ b/devel/hs-hint/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hint-0.3.3.3.tar.gz) = b4709c29845936d49fb06ed42dd59c04eb16d51bd796b5ae1d811974043bed44 -SIZE (cabal/hint-0.3.3.3.tar.gz) = 27524 +SHA256 (cabal/hint-0.3.3.4.tar.gz) = 3ec235f0cd969316540d1e6eb6d0789fd37450e7a1df8bf8e641839a2485bb5e +SIZE (cabal/hint-0.3.3.4.tar.gz) = 27888 diff --git a/devel/hs-hint/pkg-descr b/devel/hs-hint/pkg-descr index 32e5fbe6f1d6..a26bd4beffe6 100644 --- a/devel/hs-hint/pkg-descr +++ b/devel/hs-hint/pkg-descr @@ -3,6 +3,4 @@ modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). -It is, esentially, a huge subset of the GHC API wrapped in a simpler API. - -WWW: http://projects.haskell.org/hint +WWW: http://darcsden.com/jcpetruzza/hint |