Cabal revisions of reflex-dom-retractable-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: reflex-dom-retractable-version: 0.1.0.0-synopsis: Routing and retractable back button for reflex-dom-description: Library that automates widget switches and back button retract stack. See README.md-Stability: Experimental-category: Reflex, FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface-build-type: Simple-cabal-version: >=1.10-license: MIT-license-file: LICENSE-copyright: 2019 Investment Solutions AG-author: Anton Gushcha, Aminion, Vladimir Krutkin, Levon Oganyan-maintainer: Anton Gushcha <ncrashed@protonmail.com>, Vladimir Krutkin <krutkinvs@gmail.com>-extra-source-files:- README.md- CHANGELOG.md--library- hs-source-dirs: src- exposed-modules:- Reflex.Dom.Retractable- Reflex.Dom.Retractable.Class- Reflex.Dom.Retractable.Trans- Reflex.Dom.Retractable.Trans.Internal- build-depends:- base >= 4.7 && < 4.12- , containers >= 0.5 && < 0.7- , jsaddle >= 0.9 && < 0.10- , mtl >= 2.1 && < 2.3- , reflex >= 0.4 && < 0.7- , reflex-dom >= 0.4 && < 0.7- default-language: Haskell2010- default-extensions:- DataKinds- DeriveGeneric- FlexibleInstances- GeneralizedNewtypeDeriving- LambdaCase- MultiParamTypeClasses- RankNTypes- ScopedTypeVariables- StandaloneDeriving- TypeFamilies- UndecidableInstances+name: reflex-dom-retractable +version: 0.1.0.0 +x-revision: 1 +synopsis: Routing and retractable back button for reflex-dom +description: Library that automates widget switches and back button retract stack. See README.md +Stability: Experimental +category: Reflex, FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface +build-type: Simple +cabal-version: >=1.10 +license: MIT +license-file: LICENSE +copyright: 2019 Investment Solutions AG +author: Anton Gushcha, Aminion, Vladimir Krutkin, Levon Oganyan +maintainer: Anton Gushcha <ncrashed@protonmail.com>, Vladimir Krutkin <krutkinvs@gmail.com> +extra-source-files: + README.md + CHANGELOG.md + +library + hs-source-dirs: src + exposed-modules: + Reflex.Dom.Retractable + Reflex.Dom.Retractable.Class + Reflex.Dom.Retractable.Trans + Reflex.Dom.Retractable.Trans.Internal + build-depends: + base >= 4.7 && < 4.12 + , containers >= 0.5 && < 0.7 + , jsaddle >= 0.9 && < 0.10 + , mtl >= 2.1 && < 2.3 + , reflex >= 0.4 && < 0.7 + , reflex-dom >= 0.4 && < 0.7 + default-language: Haskell2010 + default-extensions: + DataKinds + DeriveGeneric + FlexibleInstances + GeneralizedNewtypeDeriving + LambdaCase + MultiParamTypeClasses + RankNTypes + ScopedTypeVariables + StandaloneDeriving + TypeFamilies + UndecidableInstances + +source-repository head + type: git + location: https://github.com/hexresearch/ergvein + subdir: retractable
revision 2
name: reflex-dom-retractable version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Routing and retractable back button for reflex-dom description: Library that automates widget switches and back button retract stack. See README.md Stability: Experimental , containers >= 0.5 && < 0.7 , jsaddle >= 0.9 && < 0.10 , mtl >= 2.1 && < 2.3 - , reflex >= 0.4 && < 0.7 - , reflex-dom >= 0.4 && < 0.7 + , reflex >= 0.6 && < 0.7 + , reflex-dom >= 0.5 && < 0.6 default-language: Haskell2010 default-extensions: DataKinds source-repository head type: git location: https://github.com/hexresearch/ergvein - subdir: retractable+ subdir: retractable