Skip to content

Commit

Permalink
Set --flags=-cocoa when finalizing a PackageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
kolmodin committed Mar 12, 2009
1 parent aa7f383 commit 34e7842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Merge.hs
Expand Up @@ -10,7 +10,7 @@ import Data.Version
import Distribution.Package
import Distribution.Compiler (CompilerId(..), CompilerFlavor(GHC))
import Distribution.PackageDescription ( PackageDescription(..)
-- , FlagName(..)
, FlagName(..)
, libBuildInfo
, buildInfo
, extraLibs
Expand Down Expand Up @@ -216,6 +216,7 @@ merge verbosity repo serverURI args = do
finalizePackageDescription
[ -- XXX: common things we should enable/disable?
-- (FlagName "small_base", True) -- try to use small base
(FlagName "cocoa", False)
]
(Nothing :: Maybe (PackageIndex PackageIdentifier))
buildOS buildArch
Expand Down

0 comments on commit 34e7842

Please sign in to comment.