|
1 | | -name: launchdarkly-server-sdk |
2 | | -version: 4.1.0 # x-release-please-version |
3 | | -github: "launchdarkly/haskell-server-sdk" |
4 | | -license: Apache-2.0 |
5 | | -license-file: "LICENSE" |
6 | | -author: "LaunchDarkly" |
7 | | - |
8 | | -copyright: "2019 Catamorphic, Co" |
9 | | - |
| 1 | +name: launchdarkly-server-sdk |
| 2 | +version: 4.2.0 |
| 3 | +github: launchdarkly/haskell-server-sdk |
| 4 | +license: Apache-2.0 |
| 5 | +license-file: LICENSE |
| 6 | +author: LaunchDarkly |
| 7 | + |
| 8 | +copyright: 2019 Catamorphic, Co |
10 | 9 | extra-source-files: |
11 | | -- README.md |
12 | | -- CHANGELOG.md |
13 | | -- LICENSE |
14 | | -- test-data/**/*.json |
15 | | - |
16 | | -synopsis: Server-side SDK for integrating with LaunchDarkly |
17 | | -category: Web |
18 | | - |
19 | | -description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme> |
20 | | - |
| 10 | + - README.md |
| 11 | + - CHANGELOG.md |
| 12 | + - LICENSE |
| 13 | + - test-data/**/*.json |
| 14 | +synopsis: Server-side SDK for integrating with LaunchDarkly |
| 15 | +category: Web |
| 16 | +description: >- |
| 17 | + Please see the README on GitHub at |
| 18 | + <https://github.com/launchdarkly/haskell-server-sdk#readme> |
21 | 19 | dependencies: |
22 | | -- aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3 |
23 | | -- attoparsec >=0.13.2.4 && <0.15 |
24 | | -- base >=4.13 && <5 |
25 | | -- base16-bytestring >=0.1.1.7 && <1.1 |
26 | | -- bytestring >=0.10.10.1 && <0.12 |
27 | | -- clock ==0.8.* |
28 | | -- containers >=0.6.2.1 && <0.7 |
29 | | -- cryptohash >=0.11.9 && <0.12 |
30 | | -- exceptions >=0.10.4 && <0.11 |
31 | | -- extra >=1.7.9 && <1.8 |
32 | | -- generic-lens >=2.0.0.0 && <2.3 |
33 | | -- hashtables >=1.2.4.1 && <1.4 |
34 | | -- http-client >=0.6.4.1 && <0.8 |
35 | | -- http-client-tls >=0.3.5.3 && <0.4 |
36 | | -- http-types >=0.12.3 && <0.13 |
37 | | -- iso8601-time >=0.1.5 && <0.2 |
38 | | -- lens >=4.18.1 && <5.3 |
39 | | -- lrucache >=1.2.0.1 && <1.3 |
40 | | -- memory>=0.15.0 |
41 | | -- monad-logger >=0.3.36 && <0.4 |
42 | | -- monad-loops ==0.4.* |
43 | | -- mtl >=2.2.2 && <2.4 |
44 | | -- pcre-light >=0.4.1.0 && <0.5 |
45 | | -- random >=1.1 && <1.3 |
46 | | -- scientific >=0.3.6.2 && <0.4 |
47 | | -- semver >=0.3.4 && <0.5 |
48 | | -- text >=1.2.4.0 && <2.1 |
49 | | -- time >=1.9.3 && <1.13 |
50 | | -- unordered-containers >=0.2.10.0 && <0.3 |
51 | | -- uuid >=1.3.13 && <1.4 |
52 | | -- yaml >=0.11.5.0 && <0.12 |
53 | | - |
| 20 | + - aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3 |
| 21 | + - attoparsec >=0.13.2.4 && <0.15 |
| 22 | + - base >=4.13 && <5 |
| 23 | + - base16-bytestring >=0.1.1.7 && <1.1 |
| 24 | + - bytestring >=0.10.10.1 && <0.12 |
| 25 | + - clock ==0.8.* |
| 26 | + - containers >=0.6.2.1 && <0.7 |
| 27 | + - cryptohash >=0.11.9 && <0.12 |
| 28 | + - exceptions >=0.10.4 && <0.11 |
| 29 | + - extra >=1.7.9 && <1.8 |
| 30 | + - generic-lens >=2.0.0.0 && <2.3 |
| 31 | + - hashtables >=1.2.4.1 && <1.4 |
| 32 | + - http-client >=0.6.4.1 && <0.8 |
| 33 | + - http-client-tls >=0.3.5.3 && <0.4 |
| 34 | + - http-types >=0.12.3 && <0.13 |
| 35 | + - iso8601-time >=0.1.5 && <0.2 |
| 36 | + - lens >=4.18.1 && <5.3 |
| 37 | + - lrucache >=1.2.0.1 && <1.3 |
| 38 | + - memory>=0.15.0 |
| 39 | + - monad-logger >=0.3.36 && <0.4 |
| 40 | + - monad-loops ==0.4.* |
| 41 | + - mtl >=2.2.2 && <2.4 |
| 42 | + - pcre-light >=0.4.1.0 && <0.5 |
| 43 | + - random >=1.1 && <1.3 |
| 44 | + - scientific >=0.3.6.2 && <0.4 |
| 45 | + - semver >=0.3.4 && <0.5 |
| 46 | + - text >=1.2.4.0 && <2.1 |
| 47 | + - time >=1.9.3 && <1.13 |
| 48 | + - unordered-containers >=0.2.10.0 && <0.3 |
| 49 | + - uuid >=1.3.13 && <1.4 |
| 50 | + - yaml >=0.11.5.0 && <0.12 |
54 | 51 | default-extensions: |
55 | | -- AllowAmbiguousTypes |
56 | | -- DataKinds |
57 | | -- DeriveAnyClass |
58 | | -- DeriveGeneric |
59 | | -- DerivingStrategies |
60 | | -- DuplicateRecordFields |
61 | | -- FlexibleContexts |
62 | | -- FlexibleInstances |
63 | | -- GeneralizedNewtypeDeriving |
64 | | -- LambdaCase |
65 | | -- MonoLocalBinds |
66 | | -- MultiParamTypeClasses |
67 | | -- MultiWayIf |
68 | | -- NoMonomorphismRestriction |
69 | | -- OverloadedStrings |
70 | | -- RankNTypes |
71 | | -- RecordWildCards |
72 | | -- ScopedTypeVariables |
73 | | -- TemplateHaskell |
74 | | -- TupleSections |
75 | | -- TypeApplications |
76 | | -- TypeOperators |
77 | | - |
| 52 | + - AllowAmbiguousTypes |
| 53 | + - DataKinds |
| 54 | + - DeriveAnyClass |
| 55 | + - DeriveGeneric |
| 56 | + - DerivingStrategies |
| 57 | + - DuplicateRecordFields |
| 58 | + - FlexibleContexts |
| 59 | + - FlexibleInstances |
| 60 | + - GeneralizedNewtypeDeriving |
| 61 | + - LambdaCase |
| 62 | + - MonoLocalBinds |
| 63 | + - MultiParamTypeClasses |
| 64 | + - MultiWayIf |
| 65 | + - NoMonomorphismRestriction |
| 66 | + - OverloadedStrings |
| 67 | + - RankNTypes |
| 68 | + - RecordWildCards |
| 69 | + - ScopedTypeVariables |
| 70 | + - TemplateHaskell |
| 71 | + - TupleSections |
| 72 | + - TypeApplications |
| 73 | + - TypeOperators |
78 | 74 | library: |
79 | 75 | source-dirs: src |
80 | 76 | ghc-options: |
81 | | - - -fwarn-unused-imports |
82 | | - - -Wall |
83 | | - - -Wno-name-shadowing |
| 77 | + - '-fwarn-unused-imports' |
| 78 | + - '-Wall' |
| 79 | + - '-Wno-name-shadowing' |
84 | 80 | exposed-modules: |
85 | | - - LaunchDarkly.AesonCompat |
86 | | - - LaunchDarkly.Server |
87 | | - - LaunchDarkly.Server.Client |
88 | | - - LaunchDarkly.Server.Config |
89 | | - - LaunchDarkly.Server.Context |
90 | | - - LaunchDarkly.Server.Reference |
91 | | - - LaunchDarkly.Server.Store |
92 | | - - LaunchDarkly.Server.Integrations.FileData |
93 | | - - LaunchDarkly.Server.Integrations.TestData |
94 | | - |
| 81 | + - LaunchDarkly.AesonCompat |
| 82 | + - LaunchDarkly.Server |
| 83 | + - LaunchDarkly.Server.Client |
| 84 | + - LaunchDarkly.Server.Config |
| 85 | + - LaunchDarkly.Server.Context |
| 86 | + - LaunchDarkly.Server.Reference |
| 87 | + - LaunchDarkly.Server.Store |
| 88 | + - LaunchDarkly.Server.Integrations.FileData |
| 89 | + - LaunchDarkly.Server.Integrations.TestData |
95 | 90 | tests: |
96 | 91 | haskell-server-sdk-test: |
97 | | - main: Spec.hs |
| 92 | + main: Spec.hs |
98 | 93 | source-dirs: |
99 | | - - test |
100 | | - - src |
| 94 | + - test |
| 95 | + - src |
101 | 96 | ghc-options: |
102 | | - - -rtsopts |
103 | | - - -threaded |
104 | | - - -with-rtsopts=-N |
105 | | - - -Wno-name-shadowing |
106 | | - - -fwarn-unused-imports |
| 97 | + - '-rtsopts' |
| 98 | + - '-threaded' |
| 99 | + - '-with-rtsopts=-N' |
| 100 | + - '-Wno-name-shadowing' |
| 101 | + - '-fwarn-unused-imports' |
107 | 102 | dependencies: |
108 | | - - HUnit |
| 103 | + - HUnit |
0 commit comments