[commit: ghc] wip/nfs-locking: Test integerSimple on CI (0c08cc6)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:16:21 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/0c08cc6871a95c987d9a559bd805cc91238eea37/ghc

>---------------------------------------------------------------

commit 0c08cc6871a95c987d9a559bd805cc91238eea37
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 8 01:30:31 2017 +0000

    Test integerSimple on CI
    
    See #179


>---------------------------------------------------------------

0c08cc6871a95c987d9a559bd805cc91238eea37
 src/Settings/Default.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Settings/Default.hs b/src/Settings/Default.hs
index 103c432..0fb54f6 100644
--- a/src/Settings/Default.hs
+++ b/src/Settings/Default.hs
@@ -146,7 +146,7 @@ defaultFlavour = Flavour
     { name               = "default"
     , args               = defaultArgs
     , packages           = defaultPackages
-    , integerLibrary     = integerGmp
+    , integerLibrary     = integerSimple -- FIXME after testing, #179!
     , libraryWays        = defaultLibraryWays
     , rtsWays            = defaultRtsWays
     , splitObjects       = defaultSplitObjects



More information about the ghc-commits mailing list