From 4b7b1921b4aed7a3d66bfe856b1fb1556621181e Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 31 Jan 2016 15:22:07 -0800 Subject: [PATCH] Bump version to 0.3.0.1 --- CHANGELOG.md | 4 ++++ scalpel.cabal | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32abcc2..e1dc2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## HEAD +## 0.3.0.1 + +- Make tag and attribute matching case-insensitive. + ## 0.3.0 - Added benchmarks and many optimizations. diff --git a/scalpel.cabal b/scalpel.cabal index 6070f8d..6b573f6 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.3.0 +version: 0.3.0.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.3.0 + tag: v0.3.0.1 library other-extensions: @@ -60,6 +60,7 @@ test-suite lib-tests type: exitcode-stdio-1.0 main-is: TestMain.hs hs-source-dirs: tests/ + default-language: Haskell2010 build-depends: HUnit , base >= 4.6 && < 5