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