float: Remove use of decodeFloatInteger.
commit76c4e32cea76f4707180379656383328573edfee
authorNick Bowler <nbowler@draconx.ca>
Wed, 27 Jan 2010 06:05:50 +0000 (27 01:05 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 27 Jan 2010 06:17:56 +0000 (27 01:17 -0500)
treeee4e67d6485ce82c58ccc8fa693a60cea949b411
parenta443679a206ca4e12810c16576d953f7ca8ef4ac
float: Remove use of decodeFloatInteger.

The new integer packages in GHC 6.12 have removed this function,
presumably because an Int# is sufficient for storing the components of a
Float.  Use decodeFloat_Int# instead.
Data/Floating/Float.hs