wohnugs-suche/berlin-scraper/berlin-scraper.cabal

34 lines
994 B
Plaintext
Raw Normal View History

2023-10-24 22:15:11 +00:00
cabal-version: 3.0
name: berlin-scraper
version: 0.1.0.0
license: AGPL-3.0-or-later
license-file: LICENSE
author: Akshay Mankar
maintainer: itsakshaymankar@gmail.com
category: Web
build-type: Simple
extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable berlin-scraper
import: warnings
main-is: Main.hs
build-depends: base ^>=4.17.1.0
, scalpel
, aeson
, wreq
, text
, lens
, sqlite-simple
, optparse-generic
, telegram-bot-simple
, telegram-bot-api
2023-11-08 08:55:48 +00:00
, servant-client
, http-client-openssl
2023-10-24 22:15:11 +00:00
, bytestring
hs-source-dirs: app
default-language: GHC2021
2023-11-08 09:03:12 +00:00
ghc-options: -threaded -with-rtsopts=-N