fay-base 0.19.2 → 0.19.2.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~fayPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: fay
API changes (from Hackage documentation)
- Data.Data: class Typeable a => Data a
+ Data.Data: class Typeable * a => Data a
- Data.Data: class Typeable a
+ Data.Data: class Typeable (a :: k)
Files
- CHANGELOG.md +5/−1
- fay-base.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@ ## Changelog -#### 0.19.2 (2014-07-29)+#### 0.19.2.1 (2014-10-11)++* Allow `fay 0.21`++### 0.19.2 (2014-07-29) * Remove the `Base.Ord` constraint from `Ord` so new Ord instances can be added. Note that you cannot use a custom implementation of the methods, JavaScript's native operators are used for comparisons.
fay-base.cabal view
@@ -1,5 +1,5 @@ name: fay-base-version: 0.19.2+version: 0.19.2.1 synopsis: The base package for Fay. description: The base package for Fay. This package amongst others exports Prelude and FFI which you probably want to use with Fay.@@ -38,4 +38,4 @@ ,Data.Data ,Data.Ratio ,Debug.Trace- build-depends: base == 4.*, fay >= 0.19.1 && < 0.21+ build-depends: base == 4.*, fay >= 0.19.1 && < 0.22