packages feed

cyclotomic 0.4.3 → 0.4.4

raw patch · 1 files changed

+3/−3 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)

- Data.Complex.Cyclotomic: instance Eq Cyclotomic
- Data.Complex.Cyclotomic: instance Fractional Cyclotomic
- Data.Complex.Cyclotomic: instance Num Cyclotomic
- Data.Complex.Cyclotomic: instance Show Cyclotomic
+ Data.Complex.Cyclotomic: instance GHC.Classes.Eq Data.Complex.Cyclotomic.Cyclotomic
+ Data.Complex.Cyclotomic: instance GHC.Num.Num Data.Complex.Cyclotomic.Cyclotomic
+ Data.Complex.Cyclotomic: instance GHC.Real.Fractional Data.Complex.Cyclotomic.Cyclotomic
+ Data.Complex.Cyclotomic: instance GHC.Show.Show Data.Complex.Cyclotomic.Cyclotomic

Files

cyclotomic.cabal view
@@ -1,5 +1,5 @@ Name:                cyclotomic-Version:             0.4.3+Version:             0.4.4 Synopsis:            A subfield of the complex numbers for exact calculation. Description:         The cyclotomic numbers are a subset of the                      complex numbers that are represented exactly, enabling exact@@ -19,10 +19,10 @@ Category:            Math Build-type:          Simple Cabal-version:       >=1.6-Tested-with:         GHC == 7.6.3+Tested-with:         GHC == 7.8.4, GHC == 7.10.2 Library   Exposed-modules:     Data.Complex.Cyclotomic-  Build-depends:       base >= 4.2 && < 4.8,+  Build-depends:       base >= 4.2 && < 4.9,                        containers >= 0.3 && < 0.6,                        arithmoi >= 0.4 && < 0.5   Hs-source-dirs:      src