packages feed

dump 0.2.3 → 0.2.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -12,6 +12,6 @@      (a) = 2   (a+1) = 3       (map (+a) [1..3]) = [3,4,5] -Have alook at the [list of features!](FEATURES.md).+Have a look at the [list of features](FEATURES.md).  *Concieved at [this StackOverflow question](http://stackoverflow.com/q/31349556/499478).*
dump.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/  name:               dump-version:            0.2.3+version:            0.2.4  synopsis:           Dumps the names and values of expressions to ease debugging.