packages feed

ieee 0.3 → 0.4

raw patch · 3 files changed

+5/−4 lines, 3 filessetup-changed

Files

Data/AEq.hs view
@@ -8,8 +8,9 @@ -- -- A type class for approximate and exact equalilty comparisons and instances  -- for common data types.  -module Data.AEq-    where+module Data.AEq (+    AEq(..),+    ) where  import Data.Int import Data.Word
Setup.lhs view
@@ -4,5 +4,5 @@ > > testing _ _ _ _ = system "runhaskell tests/Properties.hs" >> return () >-> main = defaultMainWithHooks defaultUserHooks+> main = defaultMainWithHooks simpleUserHooks >        {runTests=testing}
ieee.cabal view
@@ -1,5 +1,5 @@ name:            ieee-version:         0.3+version:         0.4 homepage:        http://stat.stanford.edu/~patperry/code/ieee synopsis:        Approximate comparisons for IEEE floating point numbers description: