File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ extra-source-files:
45
45
tests/JSONTestSuite/test_parsing/*.json
46
46
tests/JSONTestSuite/test_transform/*.json
47
47
48
- flag bytestring-builder
49
- description :
50
- Depend on the bytestring-builder package for backwards compatibility.
51
-
52
- default : False
53
- manual : False
54
-
55
48
flag cffi
56
49
description :
57
50
Controls whether to include c-ffi bits or pure haskell. Default to False for security.
@@ -189,6 +182,7 @@ test-suite aeson-tests
189
182
, base-compat
190
183
, base-orphans >= 0.5.3 && < 0.9
191
184
, base16-bytestring
185
+ , bytestring
192
186
, containers
193
187
, data-fix
194
188
, Diff >= 0.4 && < 0.5
@@ -220,25 +214,6 @@ test-suite aeson-tests
220
214
, uuid-types
221
215
, vector
222
216
223
- if flag(bytestring-builder)
224
- build-depends :
225
- bytestring >= 0.9 && < 0.10.4
226
- , bytestring-builder >= 0.10.4 && < 1
227
-
228
- else
229
- build-depends : bytestring >= 0.10.4
230
-
231
- if !impl(ghc >= 8.0 )
232
- build-depends :
233
- semigroups >= 0.18.2 && < 0.20
234
- , transformers >= 0.2.2.0
235
- , transformers-compat >= 0.3
236
-
237
- if !impl(ghc >= 7.10 )
238
- build-depends :
239
- nats >= 1 && < 1.2
240
- , void >= 0.7.2 && < 0.8
241
-
242
217
source-repository head
243
218
type : git
244
219
location : git://github.com/haskell/aeson.git
You can’t perform that action at this time.
0 commit comments