servant-csharp 0.0.5.0 → 0.0.6.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- servant-csharp.cabal +1/−1
- src/CS/JsonDotNet.hs +1/−1
servant-csharp.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: servant-csharp-version: 0.0.5.0+version: 0.0.6.0 synopsis: Generate servant client library for C# description: Generate servant client library for C# homepage: https://github.com/cutsea110/servant-csharp.git
src/CS/JsonDotNet.hs view
@@ -321,7 +321,7 @@ classes <- classTypes conf return [heredoc| using Newtonsoft.Json;-using Newtonsoft.Converters;+using Newtonsoft.Json.Converters; using System; using System.Collections.Generic;