Skip to content

Commit 7500188

Browse files
committed
Avoid braces in newtype.cabal
1 parent 4931544 commit 7500188

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

newtype.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ library
5252

5353
if impl(ghc >= 7.2)
5454
default-extensions: Trustworthy
55-
if impl(ghc >= 7.10) { ghc-options: -fno-warn-trustworthy-safe }
55+
if impl(ghc >= 7.10)
56+
ghc-options: -fno-warn-trustworthy-safe
5657

5758
ghc-options: -Wall

0 commit comments

Comments
 (0)