We need 6.4 now
This commit is contained in:
parent
1e80e35463
commit
8b81654a56
@ -56,7 +56,7 @@ combination of runtime compilation and dynamic loading provides a set
|
|||||||
of \code{eval} functions-- a form of runtime metaprogramming. Values
|
of \code{eval} functions-- a form of runtime metaprogramming. Values
|
||||||
exported by Haskell plugins are transparently available to Haskell host
|
exported by Haskell plugins are transparently available to Haskell host
|
||||||
applications, and bindings exist to use Haskell plugins from at least C
|
applications, and bindings exist to use Haskell plugins from at least C
|
||||||
and Objective C programs. \hsplugins{} requires GHC 6.2.2 or later.
|
and Objective C programs. \hsplugins{} requires GHC 6.4 or later.
|
||||||
|
|
||||||
\medskip
|
\medskip
|
||||||
|
|
||||||
@ -1065,10 +1065,9 @@ the ``.'' in the 2nd argument to \code{load}).
|
|||||||
\subsection*{Dynamically Loading the Dynamic Loader}
|
\subsection*{Dynamically Loading the Dynamic Loader}
|
||||||
|
|
||||||
It is also possible to load the \code{plugins} or \code{eval}
|
It is also possible to load the \code{plugins} or \code{eval}
|
||||||
libraries in GHC. A couple of recent patches to the linker have made
|
libraries in GHC. Here, for example, we load the \code{plugs}
|
||||||
this possible (available in ghc-6.2.2 or in the head branch). Here,
|
interactive environment in GHCi, and evaluated some code. The source to
|
||||||
for example, we load the \code{plugs} interactive environment in GHCi,
|
\code{plugs} is in Appendix
|
||||||
and evaluated some code. The source to \code{plugs} is in Appendix
|
|
||||||
\ref{sec:plugs}.
|
\ref{sec:plugs}.
|
||||||
%
|
%
|
||||||
\begin{quote}
|
\begin{quote}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user