Skip to content

Commit 3c4570d

Browse files
committed
Fixed some problems with cabal file, but still does not include .h.
1 parent 63df7cf commit 3c4570d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-stream.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ library
4343

4444
test-suite spec
4545
main-is: Spec.hs
46-
other-modules: Data.JsonStream.CLexType
46+
other-modules: Data.JsonStream.CLexType, ParserSpec
4747
c-sources: c_lib/lexer.c
4848
include-dirs: c_lib
49-
49+
includes: c_lib/lexer.h
5050
type: exitcode-stdio-1.0
5151
hs-source-dirs: test, .
5252
default-language: Haskell2010

0 commit comments

Comments
 (0)