packages feed

Jdh 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Jdh.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.1  -- A short (one-line) description of the package. synopsis:            A Json implementation for Haskell, with JavaScript Values and Encoding/Decoding
README.md view
@@ -5,7 +5,7 @@ module Main(     main ) where-import Data.Json+import Data.Jdh.Json   main :: IO ()