Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Apr 25, 2017
1 parent 524fdbb commit d622c73
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.5.1

- Fix bug (#59, #54) in DFS traversal order.

## 0.5.0
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.5.0
version: 0.5.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.5.0
tag: v0.5.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.5.0
version: 0.5.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.5.0
tag: v0.5.1

library
other-extensions:
Expand All @@ -38,7 +38,7 @@ library
default-language: Haskell2010
build-depends:
base >= 4.6 && < 5
, scalpel-core == 0.5.0
, scalpel-core == 0.5.1
, bytestring
, curl >= 1.3.4
, data-default
Expand Down

0 comments on commit d622c73

Please sign in to comment.