packages feed

apiary-eventsource 1.5.0 → 1.5.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

apiary-eventsource.cabal view
@@ -1,5 +1,5 @@ name:                apiary-eventsource-version:             1.5.0+version:             1.5.1 synopsis:            eventsource support for apiary web framework. description:   example: <https://github.com/philopon/apiary/blob/master/examples/eventsource.hs>@@ -23,7 +23,7 @@                      , blaze-builder     >=0.3  && <0.5                      , wai-extra         >=3.0  && <3.1   hs-source-dirs:      src-  ghc-options:         -O2 -Wall+  ghc-options:         -Wall   default-language:    Haskell2010  source-repository head