roundable: Split out the Roundable class.
commit8d8ec31f06cfa50365780ef3f725646cf23a9550
authorNick Bowler <nbowler@draconx.ca>
Wed, 24 Feb 2010 00:54:59 +0000 (23 19:54 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 24 Feb 2010 03:02:37 +0000 (23 22:02 -0500)
tree0c9a7cd569559e222dbeca3d08db46893d9bdd05
parent0f52df3fa767862d13fa7904cabe8105676255a7
roundable: Split out the Roundable class.

This class, by itself, is not really a floating point thing.  Move it
into its own module.
Data/Floating.hs
Data/Floating/Helpers.hs
Data/Floating/Instances.hs [deleted file]
Data/Floating/Prelude.hs
Data/Floating/Types/CMath.hs
Data/Floating/Types/Core.hs
Data/Floating/Types/Double.hs
Data/Floating/Types/Float.hs
Data/Roundable.hs [new file with mode: 0644]
altfloat.cabal