packages feed

express 0.1.16 → 0.2.0

raw patch · 2 files changed

+10/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -2,6 +2,14 @@ =====================  +v0.2.0+------++This release indicates that the `Data.Express` API is stable.++* no changes since v0.1.16++ v0.1.16 ------- 
express.cabal view
@@ -1,6 +1,6 @@ -- Cabal file for express name: express-version: 0.1.16+version: 0.2.0 synopsis: Dynamically-typed expressions involving function application and variables. description:   Express is a library for manipulating dynamically typed Haskell expressions.@@ -63,7 +63,7 @@ source-repository this   type:           git   location:       https://github.com/rudymatela/express-  tag:            v0.1.16+  tag:            v0.2.0  library   exposed-modules:     Data.Express