- Update to 0.3.3.4

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 21:49:31 +00:00
parent 23f5f7bc7d
commit 671a9114da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298202
3 changed files with 5 additions and 7 deletions

View file

@ -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}

View file

@ -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

View file

@ -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