Update cabal descriptions

This commit is contained in:
Elliot Cameron 2020-06-15 12:53:31 -04:00
parent 45ac950238
commit ecc770e332
No known key found for this signature in database
GPG Key ID: 6ABB57E3D52B0628
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@ Name: reflex-dom-core
Version: 0.6.0.0
Synopsis: Functional Reactive Web Apps with Reflex
Description:
Web applications without callbacks or side-effects.
Reflex-DOM brings the power of functional reactive programming (FRP) to the web.
Build HTML and other Document Object Model (DOM) data with a pure functional interface.
.
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

View File

@ -3,6 +3,10 @@ Name: reflex-dom
Version: 0.6.0.0
Synopsis: Functional Reactive Web Apps with Reflex
Description:
Web applications without callbacks or side-effects.
Reflex-DOM brings the power of functional reactive programming (FRP) to the web.
Build HTML and other Document Object Model (DOM) data with a pure functional interface.
.
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