1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00

Silence a warning for the DiffOutput module.

This commit is contained in:
Rob Rix 2016-02-13 15:09:13 -08:00
parent bda4df6731
commit 52875fdd99

View File

@ -89,7 +89,8 @@ executable semantic-diff-exe
executable semantic-diff executable semantic-diff
hs-source-dirs: app hs-source-dirs: app
main-is: SemanticDiff.hs main-is: SemanticDiff.hs
other-modules: Parsers other-modules: DiffOutput
, Parsers
if os(darwin) if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j
else else