missed an export
authorJoey Hess <joeyh@joeyh.name>
Fri, 22 Nov 2019 16:35:57 +0000 (12:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 22 Nov 2019 16:35:57 +0000 (12:35 -0400)
Utility/LinuxMkLibs.hs

index 9f042dc2eb28c38f245790f33372469b0c8782eb..8782ead6be40c0b7483cbe078a6c4797740d1e5b 100644 (file)
@@ -9,6 +9,7 @@ module Utility.LinuxMkLibs (
        installLib,
        parseLdd,
        glibcLibs,
+       inTop,
 ) where
 
 import Utility.PartialPrelude