We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a46c commit 7e8fd9dCopy full SHA for 7e8fd9d
src/Stack/Package.hs
@@ -277,9 +277,7 @@ packageFromPackageDescription packageConfig pkgFlags (PackageDescriptionPair pkg
277
Just lib
278
in
279
case mlib of
280
- Nothing
281
- | null extraLibNames -> NoLibraries
282
- | otherwise -> error "Package has buildable sublibraries but no buildable libraries, I'm giving up"
+ Nothing -> NoLibraries
283
Just _ -> HasLibraries foreignLibNames
284
, packageInternalLibraries = subLibNames
285
, packageTests = M.fromList
0 commit comments