wai-extra 3.0.28 → 3.0.29
raw patch · 5 files changed
+11/−6 lines, 5 files
Files
- ChangeLog.md +4/−0
- Network/Wai/EventSource.hs +2/−1
- Network/Wai/EventSource/EventStream.hs +1/−1
- Network/Wai/Middleware/Rewrite.hs +1/−1
- wai-extra.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for wai-extra +## 3.0.29++* Export `Network.Wai.EventSource.eventStreamAppRaw` [#786](https://github.com/yesodweb/wai/pull/786)+ ## 3.0.28 * Add `Network.Wai.EventSource.eventStreamAppRaw` [#767](https://github.com/yesodweb/wai/pull/767)
Network/Wai/EventSource.hs view
@@ -11,7 +11,8 @@ module Network.Wai.EventSource ( ServerEvent(..), eventSourceAppChan,- eventSourceAppIO+ eventSourceAppIO,+ eventStreamAppRaw ) where import Data.Function (fix)
Network/Wai/EventSource/EventStream.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE CPP #-}-{- code adapted by Mathias Billman originaly from Chris Smith https://github.com/cdsmith/gloss-web -}+{- code adapted by Mathias Billman originally from Chris Smith https://github.com/cdsmith/gloss-web -} {-| Internal module, usually you don't need to use it.
Network/Wai/Middleware/Rewrite.hs view
@@ -169,7 +169,7 @@ -- -- as the following example demonstrates. ----- Old versions of the libary could only handle path pieces, not queries.+-- Old versions of the library could only handle path pieces, not queries. -- This could have been supplied to 'rewritePure'. -- -- @
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name: wai-extra-Version: 3.0.28+Version: 3.0.29 Synopsis: Provides some basic WAI handlers and middleware. description: Provides basic WAI handler and middleware functionality:@@ -99,8 +99,8 @@ , text >= 0.7 , case-insensitive >= 0.2 , data-default-class- , fast-logger >= 2.4.5 && < 2.5- , wai-logger >= 2.3.2 && < 2.4+ , fast-logger >= 2.4.5+ , wai-logger >= 2.3.2 , ansi-terminal , resourcet >= 0.4.6 && < 1.3 , void >= 0.5