-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemporal-sdk-codec-server.cabal
50 lines (47 loc) · 1.46 KB
/
temporal-sdk-codec-server.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
cabal-version: 3.0
-- This file has been generated from package.yaml by hpack version 0.36.1.
--
-- see: https://github.com/sol/hpack
name: temporal-sdk-codec-server
version: 0.0.1.0
build-type: Simple
library
exposed-modules:
Temporal.Codec.Server
hs-source-dirs:
src
default-extensions:
DataKinds
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
RankNTypes
OverloadedRecordDot
OverloadedStrings
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeFamilies
UndecidableInstances
TypeOperators
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-export-lists -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unused-packages -Wno-operator-whitespace -fdiagnostics-color=always -Wno-missing-kind-signatures -Wno-implicit-lift -Wno-implicit-prelude -fwarn-tabs +RTS -A128m -n2m -RTS -fdefer-diagnostics
build-depends:
aeson
, base
, bytestring
, containers
, hs-opentelemetry-api
, http-types
, temporal-sdk
, text
, transformers
, vector
, wai
, wai-cors
default-language: Haskell2010