packages feed

json-rpc-generic 0.2.1.4 → 0.2.1.5

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Data.JsonRpc: Error :: !ErrorStatus -> !Text -> !(Maybe e) -> Error e
+ Data.JsonRpc: Failure :: !Text -> !(Maybe Id) -> !(Error e) -> Failure e
+ Data.JsonRpc: InternalError :: ErrorStatus
+ Data.JsonRpc: InvalidParams :: ErrorStatus
+ Data.JsonRpc: InvalidRequest :: ErrorStatus
+ Data.JsonRpc: MethodError :: !Integer -> ErrorStatus
+ Data.JsonRpc: MethodNotFound :: ErrorStatus
+ Data.JsonRpc: ParseError :: ErrorStatus
+ Data.JsonRpc: ServerError :: !Integer -> ErrorStatus
+ Data.JsonRpc: [_code] :: Error e -> !ErrorStatus
+ Data.JsonRpc: [_data] :: Error e -> !(Maybe e)
+ Data.JsonRpc: [_message] :: Error e -> !Text
+ Data.JsonRpc: data Error e
+ Data.JsonRpc: data ErrorStatus
+ Data.JsonRpc: data Failure e
+ Data.JsonRpc: emptyError :: Maybe ()
+ Data.JsonRpc: failure :: Maybe Id -> ErrorStatus -> Maybe Text -> Maybe e -> Failure e
+ Data.JsonRpc: fromCode :: (Integral a, MonadPlus m) => a -> m ErrorStatus
+ Data.JsonRpc: makeError :: ErrorStatus -> Maybe Text -> Maybe e -> Error e
+ Data.JsonRpc: methodError :: (Integral a, MonadPlus m) => a -> m ErrorStatus
+ Data.JsonRpc: refineStatus :: MonadPlus m => ErrorStatus -> m ErrorStatus
+ Data.JsonRpc: serverError :: (Integral a, MonadPlus m) => a -> m ErrorStatus
+ Data.JsonRpc: toCode :: ErrorStatus -> Integer

Files

json-rpc-generic.cabal view
@@ -1,5 +1,5 @@ name:                json-rpc-generic-version:             0.2.1.4+version:             0.2.1.5 synopsis:            Generic encoder and decode for JSON-RPC description:         This package contains generic encoder and decode for JSON-RPC homepage:            http://github.com/khibino/haskell-json-rpc-generic@@ -12,7 +12,7 @@ build-type:          Simple -- extra-source-files: cabal-version:       >=1.10-tested-with:           GHC == 8.4.1, GHC == 8.4.2+tested-with:           GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3                      , GHC == 8.2.1, GHC == 8.2.2                      , GHC == 8.0.1, GHC == 8.0.2                      , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3