Skip to content

Commit

Permalink
Bump version to 0.6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Oct 23, 2022
1 parent 655388c commit e294af2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.6.2.1

- Match Content-Type case-insensitively.

## 0.6.2
Expand Down
4 changes: 2 additions & 2 deletions scalpel-core/scalpel-core.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,7 +24,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/fimad/scalpel.git
tag: v0.6.2
tag: v0.6.2.1

library
other-extensions:
Expand Down
6 changes: 3 additions & 3 deletions scalpel/scalpel.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scalpel
version: 0.6.2
version: 0.6.2.1
synopsis: A high level web scraping library for Haskell.
description:
Scalpel is a web scraping library inspired by libraries like Parsec and
Expand All @@ -24,7 +24,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/fimad/scalpel.git
tag: v0.6.2
tag: v0.6.2.1

library
other-extensions:
Expand All @@ -38,7 +38,7 @@ library
default-language: Haskell2010
build-depends:
base >= 4.6 && < 5
, scalpel-core == 0.6.2
, scalpel-core == 0.6.2.1
, bytestring
, case-insensitive
, data-default
Expand Down

0 comments on commit e294af2

Please sign in to comment.