Cabal revisions of hackage-mirror-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: hackage-mirror +version: 0.1.0.0 +x-revision: 1 +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.3 + , 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
revision 2
name: hackage-mirror version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Simple mirroring utility for Hackage description: Package allows you to mirror all of hackage to your own s3 bucket. homepage: http://fpcomplete.com , monad-logger , old-locale , resourcet - , retry + , retry <0.7 , shakespeare , stm , tar