-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdb.cabal
89 lines (85 loc) · 2.61 KB
/
cdb.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8be40cd305c6d03eb5b4cb1c423a06fcf88276bb8dff7cec04dc0861103db99a
name: cdb
version: 0.1
synopsis: Incomplete Azure Cosmos DB client
description: See README
license: BSD3
license-file: LICENSE
maintainer: Dmitry Malikov <malikov.d.y@gmail.com>
category: Web
build-type: Simple
library
hs-source-dirs:
src
exposed-modules:
Network.CosmosDB
Network.CosmosDB.Auth
Network.CosmosDB.Client.Collections
Network.CosmosDB.Client.Databases
Network.CosmosDB.Client.Documents
Network.CosmosDB.Core
Network.CosmosDB.Model.Collection
Network.CosmosDB.Model.Database
Network.CosmosDB.Model.IndexingPolicy
Network.CosmosDB.Request
Network.Http.Retry
other-modules:
Paths_cdb
build-depends:
aeson
, base >=4.10.1
, bytestring
, case-insensitive
, cryptohash-sha256
, http-client
, http-client-tls
, http-types
, mime
, random
, safe-exceptions
, text
, time
, unordered-containers
, uri-encode
, vector
default-language: Haskell2010
default-extensions: DuplicateRecordFields GADTs OverloadedStrings RecordWildCards ScopedTypeVariables TypeApplications ViewPatterns DefaultSignatures DeriveGeneric GeneralizedNewtypeDeriving StrictData
ghc-options: -Wall -fhide-source-paths -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fdefer-typed-holes
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
SpecHelpers
Network.CosmosDB.Model.CollectionSpec
Network.CosmosDB.Model.DatabaseSpec
Paths_cdb
hs-source-dirs:
test
test/spec/
build-depends:
HUnit
, aeson
, aeson-qq
, base >=4.10.1
, bytestring
, case-insensitive
, cdb
, hspec
, hspec-expectations
, http-client
, http-client-tls
, http-types
, lens
, lens-aeson
, safe-exceptions
, text
, time
, unordered-containers
default-language: Haskell2010
default-extensions: DuplicateRecordFields GADTs OverloadedStrings RecordWildCards ScopedTypeVariables TypeApplications ViewPatterns DuplicateRecordFields GADTs LambdaCase OverloadedStrings RecordWildCards
ghc-options: -Wall -fhide-source-paths -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fdefer-typed-holes -fno-warn-missing-fields -threaded -with-rtsopts=-N