Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Dec 28, 2014
1 parent 49a1504 commit 9b89376
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scalpel.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9b89376

Please sign in to comment.