descriptive 0.9.2 → 0.9.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- descriptive.cabal +1/−1
- src/Descriptive/JSON.hs +1/−1
descriptive.cabal view
@@ -1,5 +1,5 @@ name: descriptive-version: 0.9.2+version: 0.9.3 synopsis: Self-describing consumers/parsers; forms, cmd-line args, JSON, etc. description: Self-describing consumers/parsers. See the README.md for more information. It is currently EXPERIMENTAL. stability: Experimental
src/Descriptive/JSON.hs view
@@ -271,7 +271,7 @@ case r of (Failed e) -> return (Failed e) (Continued e) ->- return (Continued (wrapper e))+ return (Continued e) (Succeeded a) -> do r' <- check a case r' of