diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -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.
diff --git a/servant-subscriber.cabal b/servant-subscriber.cabal
--- a/servant-subscriber.cabal
+++ b/servant-subscriber.cabal
@@ -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
