Skip to content

Commit

Permalink
updated version to copmile with GHC 7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeizbicki committed Aug 1, 2015
1 parent 81c23e8 commit 8657317
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fast-math.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: fast-math
version: 1.0.1
version: 1.0.2
synopsis: Non IEEE-754 compliant compile-time floating-point optimisations
description:
The "Numeric.FastMath" module brings into scope many unsafe @RULES@ for
The "Numeric.FastMath" module brings into scope many unsafe @RULES@ for
'Float's and 'Double's that can greatly improve run time performance.
It is roughly equivalent to gcc\'s @-ffast-math@ compiler flag.
Optimisation (at least @-O1@) must be enabled for any @RULES@ to take effect.
Expand Down Expand Up @@ -36,7 +36,7 @@ library
default-extensions:
NoImplicitPrelude
MagicHash
ghc-options:
-Wall
ghc-options:
-Wall
-fno-warn-orphans

0 comments on commit 8657317

Please sign in to comment.