1
1
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:
Rob Rix 2018-03-16 19:04:57 -04:00
parent d54b6b812b
commit c5f27206ab

View File

@ -262,6 +262,7 @@ test-suite doctests
hs-source-dirs: test
main-is: Doctests.hs
default-language: Haskell2010
ghc-options: -dynamic
build-depends: base
, doctest