json2 0.2.2 → 0.2.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
- Data/JSON2/Query.hs +1/−1
- json2.cabal +1/−1
Data/JSON2/Query.hs view
@@ -1,4 +1,4 @@--- | See also: <www.haskell.org/haskellwiki/HXT> +-- | See also: <http://www.haskell.org/haskellwiki/HXT#The_concept_of_filters> module Data.JSON2.Query ( -- * Data Types
json2.cabal view
@@ -1,5 +1,5 @@ Name: json2-Version: 0.2.2+Version: 0.2.3 Synopsis: This library provides support for JSON. Category: Data, Text, JSON Description: This library provides support for JSON.