#2043: Debug build is broken by removal of FastTypes import in utils/Util.lhs
--------------------------+-------------------------------------------------
Reporter: gmainland | Owner: igloo
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.9 | Severity: major
Keywords: | Testcase:
Architecture: x86 | Os: FreeBSD
--------------------------+-------------------------------------------------
The following patch removed the FastTypes import in utils/Util.lhs which
causes the debug build to break:
* Fix warnings in utils/Util
FastTypes was imported unconditionally before this change, but only used
when DEBUG was defined. This was a source of warnings which the above
patch was meant to fix. The solution is to only import FastTypes when
DEBUG is defined, which is what the attached patch does.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2043>
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