Skip to content

Commit c5b9471

Browse files
committed
Add benchmark and test modules to extra-source-files.
`cabal sdist` doesn't include bench and test modules. Fixes msgpack#20 Fixes msgpack#25
1 parent d4d1def commit c5b9471

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data-msgpack.cabal

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ description:
1818
since the original author is unreachable. This fork incorporates a number of
1919
bugfixes and is actively being developed.
2020

21+
extra-source-files:
22+
bench/Data/MessagePack/*.hs
23+
bench/Data/*.hs
24+
test/Data/MessagePack/*.hs
25+
test/Data/*.hs
26+
2127
source-repository head
2228
type: git
2329
location: https://github.com/TokTok/hs-msgpack.git

0 commit comments

Comments
 (0)