packages feed

mega-sdist-0.2.10.4: mega-sdist.cabal

Name:                mega-sdist
Version:             0.2.10.4
Synopsis:            Handles uploading to Hackage from mega repos (deprecated)
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           >= 1.3.1
                     , conduit          >= 0.5
                     , zlib-conduit     >= 0.5
                     , http-conduit     >= 1.5
                     , system-filepath  >= 0.4            && < 0.5
                     , system-fileio    >= 0.3            && < 0.4
                     , http-types
                     , transformers
                     , tar
                     , bytestring
                     , containers
                     , text
                     , network
                     , directory

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