Skip to content

Commit

Permalink
Ignore the other-extensions field
Browse files Browse the repository at this point in the history
fixes #449
  • Loading branch information
int-index committed Jul 18, 2015
1 parent 09a9fa4 commit 30acfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ generateBuildInfoOpts mcabalmacros cabalDir distDir locals b =
where
isGhc GHC = True
isGhc _ = False
extOpts = map (("-X" ++) . display) . allExtensions
extOpts = map (("-X" ++) . display) . usedExtensions
srcOpts =
map
(("-i" <>) . toFilePath)
Expand Down

0 comments on commit 30acfc4

Please sign in to comment.