servant-subscriber 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+5/−8 lines, 2 filesdep ~aesondep ~base
Dependency ranges changed: aeson, base
Files
- Readme.md +2/−5
- servant-subscriber.cabal +3/−3
Readme.md view
@@ -9,12 +9,9 @@ ## Status -It seems to work - it is already tested in examples/central-counter of servant-purescript.+It seems to work - it is already tested in examples/central-counter of servant-purescript and used in production. Still missing: - - Documentation, blog post.+ - Documentation, announcement. - Tests --I will now continue with my actual project which uses servant-subscriber and add the missing parts when-they come along.
servant-subscriber.cabal view
@@ -1,5 +1,5 @@ name: servant-subscriber-version: 0.5.0.0+version: 0.5.0.1 synopsis: When REST is not enough ... description: Please see Readme.md homepage: http://github.com/eskimor/servant-subscriber#readme@@ -26,10 +26,10 @@ , Servant.Subscriber.Response , Servant.Subscriber.Subscribable , Servant.Subscriber.Types- build-depends: aeson >= 0.11.2 && < 0.12+ build-depends: base >= 4.7 && < 6.0+ , aeson >= 0.11.2 , async , attoparsec- , base >= 4.7 && < 5 , blaze-builder , bytestring , case-insensitive