#3564: Drop-in replacements for integer library no longer work
-----------------------------+----------------------------------------------
Reporter:  tim               |          Owner:                  
    Type:  bug               |         Status:  new             
Priority:  normal            |      Component:  Compiler        
 Version:  6.10.4            |       Severity:  normal          
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 I was trying to replace the integer-gmp library with integer-simple in a
 recent GHC tree, as described at:

 http://hackage.haskell.org/trac/ghc/wiki/ReplacingGMPNotes

 Unfortunately, simply adding "INTEGER_LIBRARY=integer-simple" to the
 build.mk no longer works, because compiler/PrelNames has a hard-wired
 reference to the module GHC.Integer.Internals, which integer-simple
 doesn't provide.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3564>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to