diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:49:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:49:31 +0000 |
commit | 671a9114da85f1ae07b607b43cae62d92e7478e7 (patch) | |
tree | 440cc507323e3c413e836e285adda09055ee3bbd /devel/hs-hint | |
parent | 23f5f7bc7dfdc3c5a886754e7aa9678e85600b95 (diff) | |
download | ports-671a9114da85f1ae07b607b43cae62d92e7478e7.tar.gz ports-671a9114da85f1ae07b607b43cae62d92e7478e7.zip |
Notes
Diffstat (limited to 'devel/hs-hint')
-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 |