aboutsummaryrefslogtreecommitdiff
path: root/fastbangs.cabal
blob: c9bedfafa249ceb560f9fc8901fc23c54fcafc0e (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
50
51
52
53
54
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           fastbangs
version:        0.1.0.2
category:       Web
homepage:       https://codeberg.org/lialenck/fastbangs
author:         Lia Lenckowski
maintainer:     lialenck@protonmail.com
copyright:      2023 Lia Lenckowski
license:        AGPL
build-type:     Simple

executable fastbangs
  main-is: Main.hs
  other-modules:
      Auth
      BangState
      BatchedRunner
      Config
      Data.Bang
      Data.PendingBang
      Paths_fastbangs
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      aeson
    , atomic-write
    , base >=4.7 && <5
    , brotli
    , bytestring
    , containers
    , cryptonite
    , file-embed
    , ghc-prim
    , http-conduit
    , memory
    , monad-logger
    , persistent
    , persistent-sqlite
    , process
    , resource-pool
    , resourcet
    , stm
    , text
    , unliftio-core
    , warp
    , yaml
    , yesod
  default-language: Haskell2010