JSON-Combinator 0.0.1 → 0.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Text.JSONb.Combinator: (-??) :: (Foldable t) => t ByteString -> JSON -> Bool
+ Text.JSONb.Combinator: (-??) :: Foldable t => t ByteString -> JSON -> Bool
- Text.JSONb.Combinator: (-||) :: (Foldable t) => t ByteString -> JSON -> Maybe JSON
+ Text.JSONb.Combinator: (-||) :: Foldable t => t ByteString -> JSON -> Maybe JSON
- Text.JSONb.Combinator: field' :: (Foldable t) => t ByteString -> JSON -> Maybe JSON
+ Text.JSONb.Combinator: field' :: Foldable t => t ByteString -> JSON -> Maybe JSON
- Text.JSONb.Combinator: field'Or :: (Foldable t) => JSON -> t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'Or :: Foldable t => JSON -> t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrEmptyArray :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrEmptyArray :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrEmptyObject :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrEmptyObject :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrEmptyString :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrEmptyString :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrFalse :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrFalse :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrNull :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrNull :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrTrue :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrTrue :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: field'OrZero :: (Foldable t) => t ByteString -> JSON -> JSON
+ Text.JSONb.Combinator: field'OrZero :: Foldable t => t ByteString -> JSON -> JSON
- Text.JSONb.Combinator: hasField' :: (Foldable t) => t ByteString -> JSON -> Bool
+ Text.JSONb.Combinator: hasField' :: Foldable t => t ByteString -> JSON -> Bool
Files
- JSON-Combinator.cabal +4/−4
JSON-Combinator.cabal view
@@ -1,12 +1,12 @@ Name: JSON-Combinator-Version: 0.0.1+Version: 0.0.2 License: BSD3 License-File: LICENSE Author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> Maintainer: Tony Morris-Synopsis: A combinator library on top of Text.JSON-Category: Education-Description: A combinator library on top of Text.JSON http://hackage.haskell.org/package/JSONb+Synopsis: A combinator library on top of Text.JSONb+Category: Combinator+Description: A combinator library on top of Text.JSONb Cabal-version: >= 1.2 Build-Type: Simple