name: rasa-ext-vim version: 0.1.6 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 Ext for vim bindings description: Rasa Ext for vim bindings category: Extension author: Chris Penner source-repository head type: git location: https://github.com/ChrisPenner/rasa library exposed-modules: Rasa.Ext.Vim build-depends: base >=4.8 && <5, rasa >=0.1.10 && <0.2, rasa-ext-files >=0.1.4 && <0.2, rasa-ext-views >=0.1.4 && <0.2, rasa-ext-cursors >=0.1.6 && <0.2, text >=1.2.2.1 && <1.3, yi-rope >=0.7.0.2 && <0.8, text-lens >=0.1.1 && <0.2, data-default >=0.7.1.1 && <0.8, lens ==4.14.*, mtl >=2.2.1 && <2.3 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite rasa-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.9.0.0 && <4.10, rasa-ext-vim >=0.1.6 && <0.2, hspec >=2.2.4 && <2.3 default-language: Haskell2010 default-extensions: OverloadedStrings hs-source-dirs: test other-modules: Rasa.Ext.VimSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N