scotty-params-parser 0.5.1 → 0.5.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
library/Scotty/ParamsParser.hs view
@@ -40,7 +40,7 @@ Params $ Matcher.converts $ \hashMap ->- maybe (Left ("No parameter named" <> Data.Text.Lazy.toStrict name)) Right $+ maybe (Left ("No parameter named \"" <> Data.Text.Lazy.toStrict name <> "\"")) Right $ HashMap.lookup name hashMap -- |
scotty-params-parser.cabal view
@@ -1,7 +1,7 @@ name: scotty-params-parser version:- 0.5.1+ 0.5.1.1 synopsis: HTTP-request's query parameters parser abstraction for "scotty" category: