mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 07:30:25 +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)
|
_ -> (mempty, defaultHasTestSuites, Set.empty, Set.empty, Nothing, Set.empty, Nothing)
|
||||||
where
|
where
|
||||||
allBuildInfo gpd = libExeBuildInfo gpd ++ testBenchBuildInfo gpd
|
|
||||||
libExeBuildInfo gpd = concat
|
libExeBuildInfo gpd = concat
|
||||||
[ maybe mempty (goBI libBuildInfo) $ condLibrary gpd
|
[ maybe mempty (goBI libBuildInfo) $ condLibrary gpd
|
||||||
, concat $ map (goBI buildInfo . snd) $ condExecutables gpd
|
, concat $ map (goBI buildInfo . snd) $ condExecutables gpd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user