mirror of
https://github.com/github/semantic.git
synced 2024-12-18 04:11:48 +03:00
Silence a warning for the DiffOutput module.
This commit is contained in:
parent
bda4df6731
commit
52875fdd99
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user