packages feed

simple-download 0.0.1 → 0.0.2

raw patch · 2 files changed

+11/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ README.md view
@@ -0,0 +1,6 @@+# simple-download++[![Build Status](https://travis-ci.org/TerrorJack/simple-download.svg)](https://travis-ci.org/TerrorJack/simple-download)+[![Build status](https://ci.appveyor.com/api/projects/status/github/TerrorJack/simple-download?svg=true)](https://ci.appveyor.com/project/TerrorJack/simple-download)++A simple wrapper of `http-conduit` for file download. It relies on `tls` instead of `HsOpenSSL` for HTTPS support, so portability is improved.
simple-download.cabal view
@@ -3,17 +3,20 @@ -- see: https://github.com/sol/hpack
 
 name:           simple-download
-version:        0.0.1
+version:        0.0.2
 synopsis:       A simple wrapper of http-conduit for file download.
 category:       Web
 homepage:       https://github.com/TerrorJack/simple-download#readme
 bug-reports:    https://github.com/TerrorJack/simple-download/issues
-author:         Shao Cheng <astrohavoc@gmail.com>
+maintainer:     Shao Cheng <astrohavoc@gmail.com>
 copyright:      (c) 2016 Shao Cheng
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
+
+extra-source-files:
+    README.md
 
 source-repository head
   type: git