scotty-binding-play 1.2 → 1.2.1
raw patch · 2 files changed
+1/−4 lines, 2 files
Files
Web/Scotty/Binding/Play.hs view
@@ -89,9 +89,6 @@ instance Bindable Text where parseParams' = parse -instance Bindable String where- parseParams' = parse- instance Bindable a => Bindable (Maybe a) where parseParams' pre msuf = (Just <$> parseParams' pre msuf) `catchError` \_ -> return Nothing
scotty-binding-play.cabal view
@@ -1,5 +1,5 @@ name: scotty-binding-play-version: 1.2+version: 1.2.1 synopsis: The Play Framework style data binding in Scotty. description: The Play Framework style data binding in Scotty. license: BSD3