packages feed

servant-csharp 0.0.6.0 → 0.0.6.1

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 view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                servant-csharp-version:             0.0.6.0+version:             0.0.6.1 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
@@ -319,7 +319,7 @@ defClassTemplate conf = do   uas <- usingAliases conf   classes <- classTypes conf-  return [heredoc|+  return [heredoc|/* generated by servant-csharp */ using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System;