7 Maintainer: nbowler@draconx.ca
8 Stability: experimental
11 Extra-Source-Files: configure.ac, configure, altfloat.buildinfo.in, cfloat.h
12 Extra-Tmp-Files: altfloat.buildinfo, config.status config.log, config.cache
13 Synopsis: Alternative floating point support for GHC.
15 A replacement for the standard Haskell floating point types and supporting
16 functions. This library is intended to address issues such as strange or
17 or outright broken behaviour with respect to special values such as
18 infinities or NaNs, as well as fix general oddities found throughout the
21 Also provided is an alternative to the standard Prelude which includes the
22 features from this library and the parts of the Prelude that do not
26 Build-Depends: base, ghc-prim, integer
30 Data.Floating.Classes,
33 Data.Floating.Prelude,
37 Data.Poset.Internal, Data.Poset.Instances