name: qvm version: 1.3.0 synopsis: start KVM VM quickly description: Please see README.md homepage: http://example.com license: BSD3 license-file: LICENSE author: Yuanle Song maintainer: sylecn@gmail.com copyright: 2015, 2016 Yuanle Song category: System build-type: Simple cabal-version: >=1.10 executable qvm hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 ,optparse-applicative ,xml ,text ,mtl ,shakespeare ,template-haskell ,cryptohash ,bytestring ,directory ,conduit ,conduit-extra ,resourcet ,http-conduit ,filepath ,process ,split ,extra other-modules: Types ,Config ,Domain ,RenderFile ,DownloadFile ,DomainOperation ,ArgParser default-extensions: OverloadedStrings ghc-options: -O2