aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: e3287e7c50f4afce583d55502d5ab9412a749a06 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name:               fastbangs
version:            0.1.0.0
#synopsis:
#description:
homepage:           https://codeberg.org/lialenck/fastbangs
license:            AGPL
author:             Lia Lenckowski
maintainer:         lialenck@protonmail.com
copyright:          2023 Lia Lenckowski
category:           Web
extra-source-files: []

dependencies:
- base >= 4.7 && < 5
- yesod
- persistent
- aeson
- bytestring
- http-conduit
- containers
- text
- ghc-prim
- atomic-write
- stm
- warp
- brotli
- resourcet
- monad-logger
- persistent-sqlite
- cryptonite
- memory
- yaml
- process

ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wmissing-export-lists
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints

executables:
  fastbangs:
    source-dirs:      src
    main:             Main.hs