diff --git a/plugins.cabal b/plugins.cabal index 939228d..56ae246 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -1,5 +1,5 @@ name: plugins -version: 1.5.1.3 +version: 1.5.1.4 homepage: http://code.haskell.org/~dons/code/hs-plugins synopsis: Dynamic linking for Haskell and C objects description: Dynamic linking and runtime evaluation of Haskell, @@ -8,7 +8,9 @@ description: Dynamic linking and runtime evaluation of Haskell, Described in the papers: * /Plugging Haskell In/, + * /Dynamic Applications from the Ground Up/, + * /Dynamic Extension of Typed Functional Languages/. category: System