Link yesod-bin with wxneeded on OpenBSD.

This commit is contained in:
Martijn Rijkeboer 2016-09-26 13:40:28 +02:00
parent 856e60eb9b
commit 0017b4441b

View File

@ -40,6 +40,8 @@ executable yesod-ar-wrapper
executable yesod
if os(windows)
cpp-options: -DWINDOWS
if os(openbsd)
ld-options: -Wl,-zwxneeded
build-depends: base >= 4.3 && < 5
, ghc >= 7.0.3