sjshuck / hs-pcre2

Complete Haskell binding to PCRE2
Apache License 2.0
12 stars 2 forks source link

1.0.0 not running on Windows #1

Closed sjshuck closed 3 years ago

sjshuck commented 3 years ago

stack build works fine. stack test results in this:

ghc.exe:  | C:\Users\Shlomo\code\hs-pcre2\.stack-work\dist\29cc6475\build\HSpcre2-1.0.0-55IWlMz6NUn3p4Lm7ugljW.o: unknown symbol `__imp_pcre2_compile_context_free_16'
sjshuck commented 3 years ago

Fixed by #2. Thanks @chenxiaolong!