json-spec-elm-servant 0.3.1.0 → 0.3.1.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
json-spec-elm-servant.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-elm-servant-version: 0.3.1.0+version: 0.3.1.1 synopsis: Generated elm code for servant APIs. description: Generate Elm encoders, decoders, and API requests for an Servant API, where the shape of the data
src/Data/JsonSpec/Elm/Servant.hs view
@@ -219,7 +219,7 @@ Collect all the Elm definitions needed to implement a client for the API. This is called recursively on our walk down the API tree, and the @['Param']@ argument contains all the request parameters- (like 'Capture', 'ReqBody', etc) that have been encountered so far on+ (like 'Servant.API.Capture', 'Servant.API.ReqBody'', etc) that have been encountered so far on whatever particular branch . It will start out empty at the API root. -} endpoints :: [Param] -> Definitions ()