diff --git a/WidgetRattus.cabal b/WidgetRattus.cabal index fc9ddd5..6579115 100644 --- a/WidgetRattus.cabal +++ b/WidgetRattus.cabal @@ -8,7 +8,9 @@ description: This library implements an experimental variant of the Async Rattus programming language that features extensions for implementing GUIs. A comprehensive introduction can be found in this - + . + + . Several example GUIs implemented using Widget Rattus can be found . @@ -27,6 +29,9 @@ stability: experimental build-type: Custom extra-source-files: CHANGELOG.md + examples/gui/src/*.hs +extra-doc-files: docs/paper.pdf + custom-setup setup-depends: diff --git a/docs/paper.pdf b/docs/paper.pdf index ad79d8d..abef673 100644 Binary files a/docs/paper.pdf and b/docs/paper.pdf differ