blob: 95a8de7219b6991b0e33e45f377e3dbd9ce7ab67 (
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
|
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
- aeson
- bytestring
- http-conduit
- containers
- text
- ghc-prim
- atomic-write
- stm
- warp
- brotli
- resourcet
- monad-logger
- persistent-sqlite
- cryptonite
- memory
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
|