Skip to content

Commit

Permalink
Turn on platform specific extensions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Apr 22, 2018
1 parent 2e9ba06 commit 95e506d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate/src/Write/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ writePlatformFlag platform = [qci|
flag {pName platform}
description:
Enable {pName platform} specific extensions
default: False
-- These are on by default, if lazy-loading or manual dynamic loading
-- is used then it shouldn't be a problem exposing these.
default: True
|]

writeGuardedModules :: ((Text, Text), [Module]) -> Doc ()
Expand Down

0 comments on commit 95e506d

Please sign in to comment.