scientific 0.3.4.14 → 0.3.4.15
raw patch · 3 files changed
+5/−2 lines, 3 filesdep ~QuickCheckdep ~basedep ~tasty-quickcheck
Dependency ranges changed: QuickCheck, base, tasty-quickcheck
Files
- changelog +3/−0
- scientific.cabal +1/−1
- src/Data/Scientific.hs +1/−1
changelog view
@@ -1,3 +1,6 @@+0.3.4.15+ * Fix build for base < 4.8.+ 0.3.4.14 * Some minor performance improvements.
scientific.cabal view
@@ -1,5 +1,5 @@ name: scientific-version: 0.3.4.14+version: 0.3.4.15 synopsis: Numbers represented using scientific notation description: @Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
src/Data/Scientific.hs view
@@ -104,7 +104,7 @@ import Data.Typeable (Typeable) import qualified Data.Vector as V import qualified Data.Vector.Mutable as VM-import Data.Word (Word8, Word16, Word32, Word64)+import Data.Word (Word, Word8, Word16, Word32, Word64) import Math.NumberTheory.Logarithms (integerLog10') import qualified Numeric (floatToDigits) import qualified Text.Read as Read