From 25fb2030944e57479853fb4eeb4bc41d18c2c634 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Fri, 16 Jan 2015 17:58:51 -0800 Subject: [PATCH] micro bump --- scalpel.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalpel.cabal b/scalpel.cabal index ece20aa..6e561de 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.1.0 +version: 0.1.1 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and @@ -21,7 +21,7 @@ source-repository head source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: 0.1.0 + tag: v0.1.1 library other-extensions: