scalpel 0.1.0 → 0.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~download-curlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: download-curl
API changes (from Hackage documentation)
Files
- scalpel.cabal +4/−4
scalpel.cabal view
@@ -1,5 +1,5 @@ name: scalpel-version: 0.1.0+version: 0.1.1 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and@@ -21,7 +21,7 @@ source-repository this type: git location: https://github.com/fimad/scalpel.git- tag: 0.1.0+ tag: v0.1.1 library other-extensions:@@ -41,7 +41,7 @@ build-depends: base >= 4.6 && < 5 , bytestring- , download-curl+ , download-curl >= 0.1.4 , regex-base , regex-tdfa , tagsoup >= 0.8@@ -59,7 +59,7 @@ build-depends: base >= 4.6 && < 5 , bytestring- , download-curl+ , download-curl >= 0.1.4 , HUnit , regex-base , regex-tdfa