-
Notifications
You must be signed in to change notification settings - Fork 4
/
discord-eval.cabal
68 lines (67 loc) · 2.26 KB
/
discord-eval.cabal
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: discord-eval
version: 0.1.0.0
synopsis: A frontend for the Eval bot on Discord
description: A frontend for the EVal bot on Dicosrd.
license: BSD3
license-file: LICENSE
author: mniip
maintainer: mniip@mniip.com
copyright: (C) 2019-2023 mniip
category: Development
build-type: Simple
cabal-version: >=1.10
executable discord-eval
main-is: Main.hs
other-modules: Backend
, Cache
, Config
, Format
, Frontend
, Parser
, Pastebin
, Types
, UpdateChan
build-depends: base == 4.*
, aeson
, bytestring
, calamity
, containers
, data-default
, df1
, di
, di-polysemy
, http-api-data
, http-client
, http-client-tls
, http-types
, megaparsec
, text
, text-show
, polysemy
, polysemy-plugin
, process
, stm
, time
, yaml
default-language: Haskell2010
default-extensions: BlockArguments
, ConstraintKinds
, DataKinds
, DeriveAnyClass
, DeriveGeneric
, DerivingVia
, FlexibleContexts
, GADTs
, GeneralizedNewtypeDeriving
, ImportQualifiedPost
, LambdaCase
, NamedFieldPuns
, NoFieldSelectors
, OverloadedRecordDot
, OverloadedStrings
, RecordWildCards
, ScopedTypeVariables
, TupleSections
, TypeApplications
, ViewPatterns
ghc-options: -Wall