blob: 7dd24b688f37b249d14504cc57c65c3b5d4f8ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
name: visorando-scraper
version: 0.1.0.0
license: BSD3
license-file: LICENSE
author: Joris
maintainer: joris@guyonvarch.me
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable visorando-scraper
hs-source-dirs: src
main-is: Main.hs
build-depends: base
, bytestring
, text
, tagsoup
, http-conduit
default-language: Haskell2010
default-extensions: OverloadedStrings
other-modules: HTTP
, Scrapper
, Hiking
, CSV
|