This commit is contained in:
Don Stewart 2010-10-18 18:06:08 +00:00
parent 29547f0f81
commit 7c0264ec1e

View File

@ -1,5 +1,5 @@
name: plugins name: plugins
version: 1.5.1.3 version: 1.5.1.4
homepage: http://code.haskell.org/~dons/code/hs-plugins homepage: http://code.haskell.org/~dons/code/hs-plugins
synopsis: Dynamic linking for Haskell and C objects synopsis: Dynamic linking for Haskell and C objects
description: Dynamic linking and runtime evaluation of Haskell, description: Dynamic linking and runtime evaluation of Haskell,
@ -8,7 +8,9 @@ description: Dynamic linking and runtime evaluation of Haskell,
Described in the papers: Described in the papers:
* /Plugging Haskell In/, <http://www.cse.unsw.edu.au/~dons/papers/PSSC04.html> * /Plugging Haskell In/, <http://www.cse.unsw.edu.au/~dons/papers/PSSC04.html>
* /Dynamic Applications from the Ground Up/, <http://www.cse.unsw.edu.au/~dons/papers/SC05.html> * /Dynamic Applications from the Ground Up/, <http://www.cse.unsw.edu.au/~dons/papers/SC05.html>
* /Dynamic Extension of Typed Functional Languages/. * /Dynamic Extension of Typed Functional Languages/.
category: System category: System