mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Fix a warning
This commit is contained in:
parent
033690f2e5
commit
7ef6eb967a
@ -190,7 +190,6 @@ loadPackageDB settings coreMap core deps = do
|
||||
)
|
||||
_ -> (mempty, defaultHasTestSuites, Set.empty, Set.empty, Nothing, Set.empty, Nothing)
|
||||
where
|
||||
allBuildInfo gpd = libExeBuildInfo gpd ++ testBenchBuildInfo gpd
|
||||
libExeBuildInfo gpd = concat
|
||||
[ maybe mempty (goBI libBuildInfo) $ condLibrary gpd
|
||||
, concat $ map (goBI buildInfo . snd) $ condExecutables gpd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user