name: stackage-upload version: 0.1.0.2 synopsis: A more secure version of cabal upload which uses HTTPS description: For more information, see homepage: https://github.com/fpco/stackage-upload license: MIT license-file: LICENSE author: Michael Snoyman maintainer: michael@snoyman.com category: Distribution build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 library exposed-modules: Stackage.Upload build-depends: base >= 4.5 && < 5 , aeson , bytestring >= 0.9 , text >= 0.11 , http-client >= 0.4 , http-client-tls >= 0.2 , http-types , directory >= 1.1 , filepath >= 1.2 default-language: Haskell2010 executable stackage-upload main-is: stackage-upload.hs other-modules: Paths_stackage_upload hs-source-dirs: app build-depends: base , stackage-upload , stackage-cli , optparse-applicative default-language: Haskell2010 other-extensions: TemplateHaskell source-repository head type: git location: git://github.com/fpco/stackage-upload.git