We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9576d commit 5ae7f0cCopy full SHA for 5ae7f0c
aeson.cabal
@@ -26,21 +26,15 @@ description:
26
extra-source-files:
27
*.yaml
28
README.markdown
29
- benchmarks/*.cabal
30
- benchmarks/*.hs
31
- benchmarks/*.py
32
- benchmarks/Compare/*.hs
33
- benchmarks/Makefile
34
- benchmarks/Typed/*.hs
35
- benchmarks/json-data/*.json
36
cbits/*.c
37
changelog.md
38
- ffi/Data/Aeson/Parser/*.hs
39
include/*.h
40
tests/JSONTestSuite/test_parsing/*.json
41
tests/JSONTestSuite/test_transform/*.json
42
tests/golden/*.expected
43
- pure/Data/Aeson/Parser/*.hs
+ src-ffi/Data/Aeson/Parser/*.hs
+ src-pure/Data/Aeson/Parser/*.hs
+ benchmarks/json-data/*.json
44
45
flag developer
46
description: operate in developer mode
0 commit comments