scalpel 0.6.0 → 0.6.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~scalpel-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: scalpel-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- scalpel.cabal +3/−3
CHANGELOG.md view
@@ -2,6 +2,10 @@ ## HEAD +## 0.6.1++- Support GHC 8.8.+ ## 0.6.0 ### Breaking Changes
scalpel.cabal view
@@ -1,5 +1,5 @@ name: scalpel-version: 0.6.0+version: 0.6.1 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and@@ -24,7 +24,7 @@ source-repository this type: git location: https://github.com/fimad/scalpel.git- tag: v0.6.0+ tag: v0.6.1 library other-extensions:@@ -38,7 +38,7 @@ default-language: Haskell2010 build-depends: base >= 4.6 && < 5- , scalpel-core == 0.6.0+ , scalpel-core == 0.6.1 , bytestring , case-insensitive , data-default