diff --git a/rasa-ext-style.cabal b/rasa-ext-style.cabal
--- a/rasa-ext-style.cabal
+++ b/rasa-ext-style.cabal
@@ -1,30 +1,31 @@
-name:                rasa-ext-style
-version:             0.1.0.0
-synopsis:            Rasa Ext managing rendering styles
-description:         Rasa Ext managing rendering styles
-homepage:            https://github.com/ChrisPenner/rasa/
-license:             MIT
-license-file:        LICENSE
-author:              Chris Penner
-maintainer:          christopher.penner@gmail.com
-copyright:           2016 Chris Penner
-category:            Extension
-build-type:          Simple
-cabal-version:       >=1.10
-
-library
-  hs-source-dirs:      src
-  exposed-modules:     Rasa.Ext.Style
-  build-depends:       base >= 4.7 && < 5
-                     , rasa
-                     , lens
-                     , data-default
-  default-language:    Haskell2010
+name: rasa-ext-style
+version: 0.1.1
+cabal-version: >=1.10
+build-type: Simple
+license: MIT
+license-file: LICENSE
+copyright: 2016 Chris Penner
+maintainer: christopher.penner@gmail.com
+homepage: https://github.com/ChrisPenner/rasa/
+synopsis: Rasa Ext managing rendering styles
+description:
+    Rasa Ext managing rendering styles
+category: Extension
+author: Chris Penner
 
-  default-extensions:
+source-repository head
+    type: git
+    location: https://github.com/ChrisPenner/rasa
 
-  ghc-options:         -Wall
+library
+    exposed-modules:
+        Rasa.Ext.Style
+    build-depends:
+        base >=4.8 && <5,
+        rasa >=0.1.4 && <0.2,
+        lens ==4.14.*,
+        data-default >=0.7.1.1 && <0.8
+    default-language: Haskell2010
+    hs-source-dirs: src
+    ghc-options: -Wall
 
-source-repository head
-  type:     git
-  location: https://github.com/ChrisPenner/rasa
diff --git a/src/Rasa/Ext/Style.hs b/src/Rasa/Ext/Style.hs
--- a/src/Rasa/Ext/Style.hs
+++ b/src/Rasa/Ext/Style.hs
@@ -83,8 +83,8 @@
 --
 -- e.g.
 --
--- > rasa [...] $ do
+-- > rasa $ do
 -- >    style
 -- >    ...
 style :: Scheduler ()
-style = afterRender $ bufDo $ styles .= []
+style = afterRender $ buffersDo_ $ styles .= []
