-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfig-monitor-bullfrog.cabal
54 lines (50 loc) · 1.11 KB
/
fig-monitor-bullfrog.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
cabal-version: 3.4
name: fig-monitor-bullfrog
version: 0.1.0.0
common defaults
ghc-options: -Wall
default-language: GHC2021
default-extensions: NoImplicitPrelude PackageImports LambdaCase MultiWayIf OverloadedStrings OverloadedLists OverloadedRecordDot DuplicateRecordFields RecordWildCards NoFieldSelectors BlockArguments ViewPatterns TypeFamilies DataKinds GADTs
common deps
build-depends:
base
, aeson
, base64
, binary
, bytestring
, containers
, data-default-class
, directory
, filepath
, http-types
, http-client
, http-client-tls
, megaparsec
, mtl
, network
, safe-exceptions
, text
, time
, tomland
, transformers
, unordered-containers
, vector
, warp
, websockets
, wuss
, fig-utils
, fig-bus
library
import: defaults
import: deps
hs-source-dirs: src
exposed-modules:
Fig.Monitor.Bullfrog
Fig.Monitor.Bullfrog.Utils
executable fig-monitor-bullfrog
import: defaults
import: deps
build-depends: fig-monitor-bullfrog, optparse-applicative
hs-source-dirs:
main
main-is: Main.hs