cabal-version: 3.0 name: vado version: 0.0.13 build-type: Simple license: MIT license-file: LICENSE maintainer: Hamish Mackenzie homepage: https://github.com/hamishmack/vado package-url: https://github.com/hamishmack/vado synopsis: Runs commands on remote machines using ssh description: Lets you quickly run ssh on a machine that you have an sshfs connection to. It works out the username, host and the directory on the host based on the current directory and the output of 'mount'. category: Development author: Hamish Mackenzie Source-Repository head type: git location: https://github.com/hamishmack/vado.git library build-depends: base >=4.0.0.0 && <4.15, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3 exposed-modules: System.Process.Vado exposed: True buildable: True hs-source-dirs: src default-language: Haskell2010 executable vado build-depends: base >=4.0.0.0 && <4.15, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3, vado main-is: Main.hs buildable: True hs-source-dirs: exe-src default-language: Haskell2010 executable vamount build-depends: base >=4.0.0.0 && <4.15, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3, vado main-is: Vamount.hs buildable: True hs-source-dirs: exe-src default-language: Haskell2010 test-suite test-vado build-depends: base >=4.0.0.0 && <4.15, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14, directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5, process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3, vado type: exitcode-stdio-1.0 main-is: Test.hs buildable: True hs-source-dirs: exe-src default-language: Haskell2010