packages feed

core-webserver-servant 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

core-webserver-servant.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           core-webserver-servant-version:        0.1.1.0+version:        0.1.1.1 synopsis:       Interoperability with Servant description:    This is part of a library to help build command-line programs, both tools and                 longer-running daemons.
lib/Core/Webserver/Servant.hs view
@@ -122,6 +122,5 @@         let output =                 try $                     subProgram context $ do-                        clearMetrics                         program          in Servant.Handler (ExceptT output)