packages feed

Cabal revisions of reflex-vty-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: reflex-vty-version: 0.1.0.0-synopsis: Reflex FRP host and widgets for vty applications-description:-  Host and widget library for Reflex-based FRP applications-  .-  <<./doc/welcome.gif>>-license: BSD3-license-file: LICENSE-author: Obsidian Systems LLC-maintainer: maintainer@obsidian.systems-category: FRP-build-type: Simple-cabal-version: >=1.18-extra-source-files: README.md-                    ChangeLog.md-extra-doc-files: doc/welcome.gif-               , doc/tasks.png--library-  exposed-modules: Reflex.Vty-                 , Reflex.Vty.Host-                 , Reflex.Vty.Widget-                 , Reflex.Vty.Widget.Input-                 , Reflex.Vty.Widget.Input.Text-                 , Reflex.Vty.Widget.Layout-                 , Data.Text.Zipper-                 , Reflex.Class.Switchable-                 , Reflex.Spider.Orphans-                 , Control.Monad.NodeId-  build-depends:-    base <= 4.13,-    bimap,-    containers,-    data-default,-    dependent-map,-    dependent-sum,-    exception-transformers,-    mtl,-    primitive,-    ref-tf,-    reflex >= 0.6.1,-    stm,-    text,-    time,-    transformers,-    vty-  hs-source-dirs: src-  default-language: Haskell2010-  ghc-options: -Wall--executable example-  hs-source-dirs: src-bin-  main-is: example.hs-  ghc-options: -threaded-  build-depends:-    base,-    containers,-    reflex,-    reflex-vty,-    text,-    time,-    transformers,-    vty-  default-language: Haskell2010+name: reflex-vty
+version: 0.1.0.0
+x-revision: 1
+synopsis: Reflex FRP host and widgets for vty applications
+description:
+  Host and widget library for Reflex-based FRP applications
+  .
+  <<https://i.imgur.com/FULQNtu.gif>>
+license: BSD3
+license-file: LICENSE
+author: Obsidian Systems LLC
+maintainer: maintainer@obsidian.systems
+category: FRP
+build-type: Simple
+cabal-version: >=1.18
+extra-source-files: README.md
+                    ChangeLog.md
+extra-doc-files: doc/welcome.gif
+               , doc/tasks.png
+
+library
+  exposed-modules: Reflex.Vty
+                 , Reflex.Vty.Host
+                 , Reflex.Vty.Widget
+                 , Reflex.Vty.Widget.Input
+                 , Reflex.Vty.Widget.Input.Text
+                 , Reflex.Vty.Widget.Layout
+                 , Data.Text.Zipper
+                 , Reflex.Class.Switchable
+                 , Reflex.Spider.Orphans
+                 , Control.Monad.NodeId
+  build-depends:
+    base <= 4.13,
+    bimap,
+    containers,
+    data-default,
+    dependent-map,
+    dependent-sum,
+    exception-transformers,
+    mtl,
+    primitive,
+    ref-tf,
+    reflex >= 0.6.1,
+    stm,
+    text,
+    time,
+    transformers,
+    vty
+  hs-source-dirs: src
+  default-language: Haskell2010
+  ghc-options: -Wall
+
+executable example
+  hs-source-dirs: src-bin
+  main-is: example.hs
+  ghc-options: -threaded
+  build-depends:
+    base,
+    containers,
+    reflex,
+    reflex-vty,
+    text,
+    time,
+    transformers,
+    vty
+  default-language: Haskell2010
revision 2
 name: reflex-vty
 version: 0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis: Reflex FRP host and widgets for vty applications
 description:
   Host and widget library for Reflex-based FRP applications
     transformers,
     vty
   default-language: Haskell2010
+
+source-repository head
+  type: git
+  location: https://github.com/reflex-frp/reflex-vty