plugins-1.5.2.2: updated links in .cabal

This commit is contained in:
Jeremy Shaw 2012-07-10 19:39:09 +00:00
parent 34a50402a4
commit 465b54b1cf

View File

@ -1,5 +1,5 @@
name: plugins name: plugins
version: 1.5.2.1 version: 1.5.2.2
homepage: http://patch-tag.com/r/stepcut/plugins homepage: http://patch-tag.com/r/stepcut/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,
@ -7,9 +7,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://cgi.cse.unsw.edu.au/~sseefried/files/papers/hs-plugins.pdf>
* /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/PSSC04.html>
* /Dynamic Extension of Typed Functional Languages/. * /Dynamic Extension of Typed Functional Languages/.