aboutsummaryrefslogtreecommitdiff
path: root/visorando-scraper.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'visorando-scraper.cabal')
-rw-r--r--visorando-scraper.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/visorando-scraper.cabal b/visorando-scraper.cabal
new file mode 100644
index 0000000..7dd24b6
--- /dev/null
+++ b/visorando-scraper.cabal
@@ -0,0 +1,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