-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemporal-codec-encryption.cabal
95 lines (91 loc) · 2.93 KB
/
temporal-codec-encryption.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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-codec-encryption
version: 0.0.1.0
author: Ian Duncan
maintainer: [email protected]
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Temporal.Codec.Encryption
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:
base
, bytestring
, containers
, crypton
, errors
, memory
, proto-lens
, temporal-sdk
, text
default-language: Haskell2010
test-suite encryption-tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_temporal_codec_encryption
autogen-modules:
Paths_temporal_codec_encryption
hs-source-dirs:
test
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 -g -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, bytestring
, containers
, crypton
, errors
, hedgehog
, memory
, proto-lens
, temporal-codec-encryption
, temporal-sdk
, text
default-language: Haskell2010