Skip to content

Commit 99a8688

Browse files
committed
Fixed missing header from cabal.
1 parent 01012e7 commit 99a8688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-stream.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ library
3030
exposed-modules: Data.JsonStream.Parser
3131
other-modules: Data.JsonStream.TokenParser, Data.JsonStream.CLexType, Data.JsonStream.CLexer
3232
c-sources: c_lib/lexer.c
33+
includes: c_lib/lexer.h
3334
include-dirs: c_lib
3435
build-depends: base >=4.7 && <4.8
3536
, bytestring

0 commit comments

Comments
 (0)