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

36 lines
1 KiB
Text
Raw Permalink Normal View History

2023-10-25 00:15:11 +02: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
2024-04-23 22:05:58 +02:00
build-depends: base
2023-10-25 00:15:11 +02:00
, scalpel
, aeson
, wreq
, text
, lens
, sqlite-simple
, optparse-generic
, telegram-bot-simple
, telegram-bot-api
2023-11-08 09:55:48 +01:00
, servant-client
, http-client-openssl
2023-10-25 00:15:11 +02:00
, bytestring
2023-11-14 22:36:44 +01:00
, katip
2024-04-22 23:21:44 +02:00
, transformers
2023-10-25 00:15:11 +02:00
hs-source-dirs: app
default-language: GHC2021
2023-11-08 10:03:12 +01:00
ghc-options: -threaded -with-rtsopts=-N