Skip to content

Commit

Permalink
removing trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
qnikst committed Feb 28, 2012
1 parent b2fd58d commit 85a0008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Merge/Dependencies.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resolveDependencies pkg mcompiler =


hasBuildableExes p = any (buildable . buildInfo) . executables $ p hasBuildableExes p = any (buildable . buildInfo) . executables $ p
treatAsLibrary = (not . hasBuildableExes) pkg || hasLibs pkg treatAsLibrary = (not . hasBuildableExes) pkg || hasLibs pkg
haskell_deps haskell_deps
| treatAsLibrary = add_profile $ haskellDependencies pkg | treatAsLibrary = add_profile $ haskellDependencies pkg
| otherwise = haskellDependencies pkg | otherwise = haskellDependencies pkg
cabal_dep = cabalDependency pkg compiler cabal_dep = cabalDependency pkg compiler
Expand Down Expand Up @@ -133,7 +133,7 @@ resolveDependencies pkg mcompiler =
dep_e = [ "${RDEPEND}" ], dep_e = [ "${RDEPEND}" ],
rdep = extra_libs ++ pkg_config rdep = extra_libs ++ pkg_config
} }
add_profile = map (flip Portage.addDepUseFlag (Portage.mkQUse "profile")) add_profile = map (flip Portage.addDepUseFlag (Portage.mkQUse "profile"))




--------------------------------------------------------------- ---------------------------------------------------------------
Expand Down

0 comments on commit 85a0008

Please sign in to comment.