Skip to content

Commit

Permalink
Don't warn about orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
dolio committed May 27, 2014
1 parent 34aa197 commit db83d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector.cabal
Expand Up @@ -143,7 +143,7 @@ Library
, ghc-prim >= 0.2 && < 0.4
, deepseq >= 1.1 && < 1.4

Ghc-Options: -O2 -Wall
Ghc-Options: -O2 -Wall -fno-warn-orphans

if flag(BoundsChecks)
cpp-options: -DVECTOR_BOUNDS_CHECKS
Expand Down

0 comments on commit db83d17

Please sign in to comment.