packages feed

arithmatic 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Math.Arithmatic: division :: (Ord a1, Num a1, Num a) => a1 -> a1 -> a
+ Math.Arithmatic: division :: (Num a1, Num a, Ord a1) => a1 -> a1 -> a
- Math.Arithmatic: logarithm :: (Ord a1, Num a1, Num a) => a1 -> a1 -> a
+ Math.Arithmatic: logarithm :: (Num a1, Num a, Ord a1) => a1 -> a1 -> a

Files

arithmatic.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            Basic arithmatic in haskell@@ -57,7 +57,7 @@   -- other-extensions:          -- Other library packages from which modules are imported.-  build-depends:       base >=4.7 && <4.8+  build-depends:       base <10000      -- Directories containing source files.   -- hs-source-dirs: