Skip to content

Commit 5ae7f0c

Browse files
committed
Don't sdist benchmarks
But we need data for tests
1 parent aa9576d commit 5ae7f0c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

aeson.cabal

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,15 @@ description:
2626
extra-source-files:
2727
*.yaml
2828
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
3629
cbits/*.c
3730
changelog.md
38-
ffi/Data/Aeson/Parser/*.hs
3931
include/*.h
4032
tests/JSONTestSuite/test_parsing/*.json
4133
tests/JSONTestSuite/test_transform/*.json
4234
tests/golden/*.expected
43-
pure/Data/Aeson/Parser/*.hs
35+
src-ffi/Data/Aeson/Parser/*.hs
36+
src-pure/Data/Aeson/Parser/*.hs
37+
benchmarks/json-data/*.json
4438

4539
flag developer
4640
description: operate in developer mode

0 commit comments

Comments
 (0)