Update package descriptions

This commit is contained in:
Elliot Cameron 2020-05-11 22:27:07 -04:00
parent 903fbfd090
commit 2cfb269f34
No known key found for this signature in database
GPG Key ID: 6ABB57E3D52B0628
2 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,13 @@
Name: reflex-dom-core
Version: 0.5.3
Synopsis: Functional Reactive Web Apps with Reflex
Description: Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine
Description:
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine: <https://reflex-frp.org/>.
.
The @reflex-dom@ package is a small wrapper around the @reflex-dom-core@ package. It pulls in the
correct set of dependencies for each target platform (GHCJS, WebKitGTK, WASM, mobile, etc.).
Libraries should depend on @reflex-dom-core@ and executables will usually depend on @reflex-dom@.
All of @reflex-dom-core@'s modules are re-exported by @reflex-dom@.
License: BSD3
License-file: LICENSE
Author: Ryan Trinkle

View File

@ -2,9 +2,14 @@ Name: reflex-dom
Version: 0.5.3
Synopsis: Functional Reactive Web Apps with Reflex
Description:
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine.
Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine: <https://reflex-frp.org/>.
.
For hackage documentation, please see: <https://hackage.haskell.org/package/reflex-dom-core>.
The @reflex-dom@ package is a small wrapper around the @reflex-dom-core@ package. It pulls in the
correct set of dependencies for each target platform (GHCJS, WebKitGTK, WASM, mobile, etc.).
Libraries should depend on @reflex-dom-core@ and executables will usually depend on @reflex-dom@.
All of @reflex-dom-core@'s modules are re-exported by @reflex-dom@.
.
For Hackage documentation, please see: <https://hackage.haskell.org/package/reflex-dom-core>.
License: BSD3
License-file: LICENSE
Author: Ryan Trinkle