packages feed

air 2014.5.19 → 2014.11.17

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Air.Data.Record.SimpleLabel: instance Category :->
+ Air.Data.Record.SimpleLabel: instance Category (:->)
- Air.Data.Record.SimpleLabel: Label :: Point s x -> :-> s x
+ Air.Data.Record.SimpleLabel: Label :: Point s x -> (:->) s x

Files

air.cabal view
@@ -1,5 +1,5 @@ Name:                 air-Version:              2014.5.19+Version:              2014.11.17 Build-type:           Simple Synopsis:             air Description:          An alternative Haskell Prelude library.@@ -11,7 +11,7 @@ category:             Development license-file:         LICENSE homepage:             https://github.com/nfjinjing/air-data-files:           readme.md, changelog.md, known-issues.md+extra-doc-files:      readme.md, changelog.md, known-issues.md  library