packages feed

yesod-bin 1.2.9.4 → 1.2.10

raw patch · 2 files changed

+5/−1 lines, 2 files

Files

Devel.hs view
@@ -161,7 +161,11 @@ #endif                         $ ProxyDest "127.0.0.1" appPort)                 def+#if MIN_VERSION_wai(3, 0, 0)+                    { wpsOnExc = \e req f -> onExc e req >>= f+#else                     { wpsOnExc = onExc+#endif                     , wpsTimeout =                         if proxyTimeout opts == 0                             then Nothing
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name:            yesod-bin-version:         1.2.9.4+version:         1.2.10 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>