hackage-mirror-0.1.0.0: hackage-mirror.cabal
name: hackage-mirror
version: 0.1.0.0
synopsis: Simple mirroring utility for Hackage
description: Package allows you to mirror all of hackage to your own s3 bucket.
homepage: http://fpcomplete.com
license: MIT
license-file: LICENSE
author: John Wiegley
copyright: FPComplete
maintainer: tim@fpcomplete.com
category: Distribution
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/fpco/hackage-mirror
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Hackage.Mirror
build-depends: aws >=0.11
, base >=4.7 && <5
, bytestring
, cereal
, conduit
, conduit-extra
, cryptohash
, data-default
, directory
, exceptions
, fast-logger
, filepath
, http-conduit
, lifted-async
, lifted-base
, mmorph
, monad-control
, monad-logger
, old-locale
, resourcet
, retry
, shakespeare
, stm
, tar
, template-haskell
, temporary
, text
, thyme
, transformers >=0.4
, unordered-containers
executable hackage-mirror
default-language: Haskell2010
hs-source-dirs: main
main-is: Main.hs
build-depends: base >=4.7 && <5
, hackage-mirror
, monad-logger
, optparse-applicative