packages feed

mega-sdist-0.3.1: mega-sdist.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7988c08ce3d45cc7ce8d0342ded6262c3f38ed97dfe2e46ad3fa4b911d3e7546

name:           mega-sdist
version:        0.3.1
synopsis:       Handles uploading to Hackage from mega repos
description:    Please see the description on Github at <https://github.com/snoyberg/mega-sdist#readme>
category:       Distribution
homepage:       https://github.com/snoyberg/mega-sdist#readme
bug-reports:    https://github.com/snoyberg/mega-sdist/issues
author:         Michael Snoyman
maintainer:     michael@snoyman.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

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

executable mega-sdist
  main-is: mega-sdist.hs
  build-depends:
      base >=4 && <5
    , bytestring
    , classy-prelude-conduit >=1.2
    , conduit-extra
    , directory
    , filepath
    , http-conduit >=2.2.3
    , optparse-simple
    , tar-conduit >=0.2.1
    , temporary
    , text
    , typed-process
    , yaml
  other-modules:
      Paths_mega_sdist
  default-language: Haskell2010