packages feed

interpolation 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

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

- Numeric.Interpolation.NodeList: instance (GHC.Classes.Eq y, GHC.Classes.Eq x) => GHC.Classes.Eq (Numeric.Interpolation.NodeList.T x y)
- Numeric.Interpolation.NodeList: instance (GHC.Classes.Ord y, GHC.Classes.Ord x) => GHC.Classes.Ord (Numeric.Interpolation.NodeList.T x y)
- Numeric.Interpolation.NodeList: instance (GHC.Show.Show y, GHC.Show.Show x) => GHC.Show.Show (Numeric.Interpolation.NodeList.T x y)
+ Numeric.Interpolation.NodeList: instance (GHC.Classes.Eq x, GHC.Classes.Eq y) => GHC.Classes.Eq (Numeric.Interpolation.NodeList.T x y)
+ Numeric.Interpolation.NodeList: instance (GHC.Classes.Ord x, GHC.Classes.Ord y) => GHC.Classes.Ord (Numeric.Interpolation.NodeList.T x y)
+ Numeric.Interpolation.NodeList: instance (GHC.Show.Show x, GHC.Show.Show y) => GHC.Show.Show (Numeric.Interpolation.NodeList.T x y)
- Numeric.Interpolation.Type: Cons :: ([x] -> [y] -> String) -> T x y ny -> Int -> ([x] -> [T x ny]) -> ([x] -> x -> [(Int, y)]) -> ([x] -> [y] -> T x ny) -> (ny -> y) -> T x y ny
+ Numeric.Interpolation.Type: Cons :: [x] -> [y] -> String -> T x y ny -> Int -> [x] -> [T x ny] -> [x] -> x -> [(Int, y)] -> [x] -> [y] -> T x ny -> ny -> y -> T x y ny

Files

interpolation.cabal view
@@ -1,5 +1,5 @@ Name:             interpolation-Version:          0.1.0.2+Version:          0.1.0.3 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann@@ -47,7 +47,7 @@   default:     True  Source-Repository this-  Tag:         0.1.0.2+  Tag:         0.1.0.3   Type:        darcs   Location:    http://hub.darcs.net/thielema/interpolation/ @@ -112,6 +112,7 @@     Test.Piece     Test.Sample     Test.Overlap+    Numeric.Interpolation.Private.Piece   Hs-Source-Dirs:      test, private   GHC-Options:         -Wall   Build-Depends:@@ -119,5 +120,5 @@     QuickCheck >=2.4 && <3,     utility-ht >=0.0.9 && <0.1,     array >=0.4 && <0.6,-    containers >=0.4 && <0.6,+    containers >=0.4 && <0.7,     base >=4.5 && <5