name: rasa-ext-slate version: 0.1.8 cabal-version: >=1.10 build-type: Simple license: GPL-3 license-file: LICENSE copyright: 2016 Chris Penner maintainer: christopher.penner@gmail.com homepage: https://github.com/ChrisPenner/rasa/ synopsis: Rasa extension for rendering to terminal with vty description: Rasa extension for rendering to terminal with vty category: Extension author: Chris Penner source-repository head type: git location: https://github.com/ChrisPenner/rasa library exposed-modules: Rasa.Ext.Slate Rasa.Ext.Slate.Internal.Render Rasa.Ext.Slate.Internal.Event Rasa.Ext.Slate.Internal.State Rasa.Ext.Slate.Internal.Attributes build-depends: base >=4.8 && <5, rasa >=0.1.11 && <0.2, rasa-ext-views >=0.1.5 && <0.2, recursion-schemes >=5.0.1 && <5.1, text >=1.2.2.1 && <1.3, mtl >=2.2.1 && <2.3, yi-rope >=0.7.0.2 && <0.8, lens ==4.14.*, vty ==5.14.*, rasa-ext-logger >=0.1.4 && <0.2 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall