json-rpc-generic 0.2.1.2 → 0.2.1.3
raw patch · 2 files changed
+5/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
json-rpc-generic.cabal view
@@ -1,5 +1,5 @@ name: json-rpc-generic-version: 0.2.1.2+version: 0.2.1.3 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@@ -7,12 +7,13 @@ license-file: LICENSE author: Kei Hibino maintainer: ex8k.hibino@gmail.com-copyright: Copyright (c) 2016 Kei Hibino+copyright: Copyright (c) 2016-2017 Kei Hibino category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10-tested-with: GHC == 8.0.1+tested-with: 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 , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4 , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
src/Data/JsonRpc/Generic.hs view
@@ -24,7 +24,7 @@ import qualified Data.HashMap.Strict as HashMap import qualified Data.Text as T import Data.Aeson.Types- (FromJSON (..), ToJSON (..), GFromJSON, genericParseJSON, Parser, Options (..), Value (..))+ (FromJSON (..), ToJSON (..), genericParseJSON, Parser, Options (..), Value (..)) import Data.Aeson.Generic.Compat (GFromJSON0) import Data.Vector (Vector) import qualified Data.Vector as Vector