scalpel-core 0.6.2 → 0.6.2.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- scalpel-core.cabal +2/−2
CHANGELOG.md view
@@ -2,7 +2,13 @@ ## HEAD +## 0.6.2.1++- Match Content-Type case-insensitively.+ ## 0.6.2++- Add the monad transformer `ScraperT`. ## 0.6.1
scalpel-core.cabal view
@@ -1,5 +1,5 @@ name: scalpel-core-version: 0.6.2+version: 0.6.2.1 synopsis: A high level web scraping library for Haskell. description: Scalpel core provides a subset of the scalpel web scraping library that is@@ -24,7 +24,7 @@ source-repository this type: git location: https://github.com/fimad/scalpel.git- tag: v0.6.2+ tag: v0.6.2.1 library other-extensions: