apiary-eventsource 1.3.0 → 1.4.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~apiarydep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apiary, base
API changes (from Hackage documentation)
Files
- apiary-eventsource.cabal +3/−3
apiary-eventsource.cabal view
@@ -1,5 +1,5 @@ name: apiary-eventsource-version: 1.3.0+version: 1.4.0 synopsis: eventsource support for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/eventsource.hs>@@ -19,8 +19,8 @@ library exposed-modules: Web.Apiary.EventSource build-depends: base >=4.6 && <4.8- , apiary >=1.1 && <1.4- , blaze-builder >=0.3 && <0.4+ , apiary >=1.1 && <1.5+ , blaze-builder >=0.3 && <0.5 , wai-extra >=3.0 && <3.1 hs-source-dirs: src ghc-options: -O2 -Wall