diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cad039..e791935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## HEAD +## 0.6.1 + +- Support GHC 8.8. + ## 0.6.0 ### Breaking Changes diff --git a/scalpel-core/scalpel-core.cabal b/scalpel-core/scalpel-core.cabal index d1670c5..41346e2 100644 --- a/scalpel-core/scalpel-core.cabal +++ b/scalpel-core/scalpel-core.cabal @@ -1,5 +1,5 @@ name: scalpel-core -version: 0.6.0 +version: 0.6.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 head source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: v0.6.0 + tag: v0.6.1 library other-extensions: diff --git a/scalpel/scalpel.cabal b/scalpel/scalpel.cabal index 6e8779d..d0d6e2b 100644 --- a/scalpel/scalpel.cabal +++ b/scalpel/scalpel.cabal @@ -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 head 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 @@ library default-language: Haskell2010 build-depends: base >= 4.6 && < 5 - , scalpel-core == 0.6.0 + , scalpel-core == 0.6.1 , bytestring , case-insensitive , data-default