dsp 0.2.4 → 0.2.4.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: containers
API changes (from Hackage documentation)
- Matrix.QR.Givens: instance (GHC.Show.Show a, GHC.Show.Show i) => GHC.Show.Show (Matrix.QR.Givens.Rotation i a)
- Matrix.QR.Givens: instance (GHC.Show.Show a, GHC.Show.Show j, GHC.Show.Show i) => GHC.Show.Show (Matrix.QR.Givens.Upper i j a)
- Matrix.Sparse: instance (GHC.Show.Show a, GHC.Show.Show j, GHC.Show.Show i) => GHC.Show.Show (Matrix.Sparse.Matrix i j a)
+ Matrix.QR.Givens: instance (GHC.Show.Show i, GHC.Show.Show a) => GHC.Show.Show (Matrix.QR.Givens.Rotation i a)
+ Matrix.QR.Givens: instance (GHC.Show.Show i, GHC.Show.Show j, GHC.Show.Show a) => GHC.Show.Show (Matrix.QR.Givens.Upper i j a)
+ Matrix.Sparse: instance (GHC.Show.Show i, GHC.Show.Show j, GHC.Show.Show a) => GHC.Show.Show (Matrix.Sparse.Matrix i j a)
Files
- dsp.cabal +3/−3
dsp.cabal view
@@ -1,5 +1,5 @@ Name: dsp-Version: 0.2.4+Version: 0.2.4.1 License: GPL License-File: COPYING Copyright: Matt Donadio, 2003@@ -17,7 +17,7 @@ Build-Type: Simple Source-Repository this- Tag: 0.2.4+ Tag: 0.2.4.1 Type: darcs Location: http://code.haskell.org/~thielema/dsp/ @@ -31,7 +31,7 @@ Library Build-Depends:- containers >=0.3 && <0.6,+ containers >=0.3 && <0.7, array >=0.1 && <0.6, random >=1.0 && <1.2, base >= 2 && <5