osx build fix
authorJoey Hess <joeyh@joeyh.name>
Fri, 7 Aug 2020 16:39:59 +0000 (12:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 7 Aug 2020 16:39:59 +0000 (12:39 -0400)
Build/OSXMkLibs.hs

index 4db92c4b2dbdcb45a7228ecd0eb5c262b4dd3256..8f577855b9feae2254d80cca86ba7786d4545ff0 100644 (file)
@@ -5,7 +5,7 @@
  - Licensed under the GNU AGPL version 3 or higher.
  -}
 
-module Build.OSXMkLibs (mkLibs) where
+module Build.OSXMkLibs (mklibs) where
 
 import System.Environment (getArgs)
 import Data.Maybe