Fix warnings in utils/FastTypes
authorIan Lynagh <igloo@earth.li>
Sun, 13 Jan 2008 14:16:12 +0000 (14:16 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 13 Jan 2008 14:16:12 +0000 (14:16 +0000)
commit983c316af4654b6532909a0e85dec175e808401a
treeb957326dbd2725f6edaaa65fdd9157515eb83d93
parentd7a89759dbfab8c1d65b31dac966982f29fed0d0
Fix warnings in utils/FastTypes
Split off a FastBool module, to avoid a circular import with Panic
compiler/main/TidyPgm.lhs
compiler/nativeGen/MachCodeGen.hs
compiler/nativeGen/MachRegs.lhs
compiler/nativeGen/RegAllocInfo.hs
compiler/utils/FastBool.lhs [new file with mode: 0644]
compiler/utils/FastTypes.lhs