Revision: 81741 http://trac.macports.org/changeset/81741 Author: jmr@macports.org Date: 2011-08-04 10:09:34 -0700 (Thu, 04 Aug 2011) Log Message: ----------- buddha: add hs_readline dep, enable notes Modified Paths: -------------- trunk/dports/devel/buddha/Portfile Modified: trunk/dports/devel/buddha/Portfile =================================================================== --- trunk/dports/devel/buddha/Portfile 2011-08-04 17:07:11 UTC (rev 81740) +++ trunk/dports/devel/buddha/Portfile 2011-08-04 17:09:34 UTC (rev 81741) @@ -1,6 +1,7 @@ # $Id$ PortSystem 1.0 + name buddha version 1.2 categories devel @@ -22,7 +23,7 @@ checksums md5 e662d5e2891d7d5e203c477723b62aa3 depends_build bin:ghc:ghc -depends_lib lib:readline:readline +depends_lib port:hs-readline #bugs Buddha requires that the associated ghc be built \ # with profiling libraries. The is true for the ghc \ @@ -33,8 +34,7 @@ # versions, and buddha will fail to produce debugging \ # versions of programs that use these libraries. -#user_notes The buddha parser is not as smart as full haskell \ -# and sometimes requires a type signature to help it \ -# along. Try this if the original source file compiles \ -# but under buddha you get 'ambiguous type' errors. - +notes "The buddha parser is not as smart as full haskell\ +and sometimes requires a type signature to help it\ +along. Try this if the original source file compiles\ +but under buddha you get 'ambiguous type' errors."
participants (1)
-
jmr@macports.org