Skip to content

Commit 4e92d07

Browse files
committed
Whitespace.
1 parent 6b2ebe0 commit 4e92d07

File tree

1 file changed

+1
-1
lines changed
  • Cabal/Distribution/PackageDescription

1 file changed

+1
-1
lines changed

Cabal/Distribution/PackageDescription/Check.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ checkGhcOptions pkg =
596596
, checkFlags ["-fhpc"] $
597597
PackageDistInexcusable $
598598
"'ghc-options: -fhpc' is not appropriate for a distributed package."
599-
599+
600600
-- -dynamic is not a debug flag
601601
, check (any (\opt -> "-d" `isPrefixOf` opt && opt /= "-dynamic") all_ghc_options) $
602602
PackageDistInexcusable $

0 commit comments

Comments
 (0)