cabal-version: 2.4 name: reflex-dom-ionic version: 0.2.0.0 synopsis: Compatible highlevel Wigdets for some Ionic Input Components description: Reflex-DOM is a very powerful web framework for functional reactive programming (FRP). It contains some highlevel Widgets for Input. This library provides widgets for ion-input and ion-select. bug-reports: https://github.com/chrbauer/reflex-dom-ionic/issues homepage: https://github.com/chrbauer/reflex-dom-ionic license: BSD-3-Clause author: Christoph Bauer maintainer: mail@christoph-bauer.net stability: Experimental category: FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface extra-source-files: README.md CHANGELOG.md library exposed-modules: Reflex.Dom.Widget.Ionic -- other-modules: build-depends: base >= 4 && < 5 , containers , lens , ghcjs-dom , ref-tf , reflex , reflex-dom-core , text hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall