mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Build the doctests with -dynamic so they can load the .dylibs for the parsers.
This commit is contained in:
parent
d54b6b812b
commit
c5f27206ab
@ -262,6 +262,7 @@ test-suite doctests
|
|||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: Doctests.hs
|
main-is: Doctests.hs
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
ghc-options: -dynamic
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, doctest
|
, doctest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user