From 52875fdd99d2c3f7444889f1abd0e0f20457a0f4 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Sat, 13 Feb 2016 15:09:13 -0800 Subject: [PATCH] Silence a warning for the DiffOutput module. --- semantic-diff.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/semantic-diff.cabal b/semantic-diff.cabal index c3f1fb517..6d1585e8a 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -89,7 +89,8 @@ executable semantic-diff-exe executable semantic-diff hs-source-dirs: app main-is: SemanticDiff.hs - other-modules: Parsers + other-modules: DiffOutput + , Parsers if os(darwin) ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j else