name: miv version: 0.3.0 author: itchyny maintainer: itchyny license: MIT license-file: LICENSE category: Compiler build-type: Simple cabal-version: >=1.8 synopsis: Manage Vim plugins with command description: The miv command is a cli tool to manage Vim plugins. executable miv hs-source-dirs: src main-is: Main.hs ghc-options: -threaded -Wall other-modules: Plugin , Setting , Mode , Command , Mapping , ShowText , ReadText , VimScript , Git , Paths_miv build-depends: base >= 4.9 && < 5 , ghc-prim , process , async , concurrent-output , time , directory , hashable , aeson , yaml , text , unordered-containers , monad-parallel test-suite spec hs-source-dirs: test main-is: Spec.hs type: exitcode-stdio-1.0 build-depends: base >= 4.9 && < 5 , ghc-prim , process , time , directory , hashable , hspec , aeson , yaml , text , unordered-containers , monad-parallel source-repository head type: git location: git@github.com:itchyny/miv.git