download-curl 0.1.2 → 0.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~tagsoupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tagsoup
API changes (from Hackage documentation)
Files
- download-curl.cabal +2/−2
download-curl.cabal view
@@ -1,5 +1,5 @@ name: download-curl-version: 0.1.2+version: 0.1.3 homepage: http://code.haskell.org/~dons/code/download-curl synopsis: High-level file download based on URLs description: High-level file download based on URLs@@ -56,4 +56,4 @@ build-depends: base >= 3 && < 6, bytestring else build-depends: base > 3 && < 4- build-depends: curl, tagsoup >= 0.8 && < 0.9, feed, xml+ build-depends: curl, tagsoup >= 0.8 && < 0.11, feed, xml