diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 07:16:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 07:16:15 +0000 |
commit | 73176002d6d4a4dada774f6e6b68694d3a5af818 (patch) | |
tree | 9f537b9abb3264f70d459e568ddb2ed6782a7777 /databases/hs-hsql | |
parent | - add two patches to fix bugs. (diff) |
Mark as broken: Not compatible with latest GHC yet.
Noticed by: cluster
Notes
Notes:
svn path=/head/; revision=133635
Diffstat (limited to 'databases/hs-hsql')
-rw-r--r-- | databases/hs-hsql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/hs-hsql/Makefile b/databases/hs-hsql/Makefile index fbac06fdb9cf..a8d07d83d9f9 100644 --- a/databases/hs-hsql/Makefile +++ b/databases/hs-hsql/Makefile @@ -17,6 +17,8 @@ DISTNAME= HSQL-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell access to SQL +BROKEN= "Not compatible with latest GHC yet" + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc |