From 9b893765c5f49cddabfeec45ea8a15bdeed09469 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 28 Dec 2014 02:33:14 -0800 Subject: [PATCH] Add description --- scalpel.cabal | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scalpel.cabal b/scalpel.cabal index 609d7f6..cd59b0b 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,7 +1,10 @@ name: scalpel version: 0.1.0 synopsis: A high level web scraping library for Haskell. --- description: +description: + Scalpel is a web scraping library inspired by libraries like Parsec and + Perl's Web::Scraper Scalpel builds on top of TagSoup to provide a + declarative and monadic interface. homepage: https://github.com/fimad/scalpel license: Apache-2.0 license-file: LICENSE @@ -21,7 +24,9 @@ source-repository this tag: 0.1.0 library - -- other-extensions: + other-extensions: + FlexibleInstances + , FunctionalDependencies other-modules: Text.HTML.Scalpel.Internal.Scrape , Text.HTML.Scalpel.Internal.Scrape.StringLike