packages feed

mega-sdist-0.1: mega-sdist.cabal

Name:                mega-sdist
Version:             0.1
Synopsis:            Handles uploading to Hackage from mega repos
Description:         See README.md
Homepage:            https://github.com/snoyberg/mega-sdist
License:             MIT
License-file:        LICENSE
Author:              Michael Snoyman
Maintainer:          michael@snoyman.com
Category:            Distribution
Build-type:          Simple
Cabal-version:       >=1.8

Executable mega-sdist
  Main-is:             mega-sdist.hs
  Build-depends:       base             >= 4              && < 5
                     , shelly           >= 0.7            && < 0.8
                     , conduit          >= 0.4            && < 0.5
                     , zlib-conduit     >= 0.4            && < 0.5
                     , http-conduit     >= 1.4            && < 1.5
                     , system-filepath  >= 0.4            && < 0.5
                     , system-fileio    >= 0.3            && < 0.4
                     , http-types
                     , transformers
                     , tar
                     , bytestring
                     , containers
                     , text

source-repository head
  type:     git
  location: git://github.com/snoyberg/mega-sdist.git