-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInvestWebParser.cabal
More file actions
24 lines (21 loc) · 868 Bytes
/
InvestWebParser.cabal
File metadata and controls
24 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: InvestWebParser
Version: 0.1
Synopsis: Web Parser for www.invest-in-thuringia.de
License: BSD3
Author: Christian Linde
Maintainer: linde.chris@gmail.com
Category: Misc
Build-type: Simple
Cabal-version: >=1.2
Description: This is a parser for the invest-in-thuringia web page.
It parse the www.invest-in-thuringia.de/service/firmendatenbank/ page as input from hard drive.
Optional the tool parses it directly form the web page.
As a output it writes the company data as a line in a file and separates the values with a ';'.
Libarary {
}
Executable InvestWebParser
hs-source-dirs: src
Main-is: main.hs
Build-depends: base >= 4.2 && < 5,
tagsoup, http-enumerator,
http-types, utf8-string