[commit: ghc] wip/nfs-locking: Clean up. (e809d1c)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:54:54 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e809d1c945a36f87fc1c006e8b4b88296b5ea48e/ghc
>---------------------------------------------------------------
commit e809d1c945a36f87fc1c006e8b4b88296b5ea48e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jan 20 16:27:51 2015 +0000
Clean up.
>---------------------------------------------------------------
e809d1c945a36f87fc1c006e8b4b88296b5ea48e
src/Targets.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Targets.hs b/src/Targets.hs
index 595c38f..2ff6eae 100644
--- a/src/Targets.hs
+++ b/src/Targets.hs
@@ -60,7 +60,7 @@ targetPackages =
baseConfArgs :: Settings -> Settings
baseConfArgs settings =
- settings { customConfArgs = arg $ "--flags=" ++ show integerLibrary }
+ settings { customConfArgs = arg $ "--flags=" ++ integerLibraryName }
-- see Note [Cabal package weirdness]
cabalTraits :: (String, Settings -> Settings)
More information about the ghc-commits
mailing list