json2 0.2 → 0.2.1
raw patch · 2 files changed
+1/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/JSON2/Query.hs +0/−3
- json2.cabal +1/−1
Data/JSON2/Query.hs view
@@ -201,9 +201,6 @@ when f g t | null (g t) = [t] | otherwise = f t-when' f g t = case g t of- [] -> [t]- _ -> f t -- | @(f `guards` g )@ - If @f@ returned null then @null@ else apply @g@. guards :: JFilter -> JFilter -> JFilter
json2.cabal view
@@ -1,5 +1,5 @@ Name: json2-Version: 0.2+Version: 0.2.1 Synopsis: This library provides support for JSON. Category: Data, Text, JSON. Description: This library provides support for JSON.