rasa-ext-style 0.1.0.0 → 0.1.1
raw patch · 2 files changed
+30/−29 lines, 2 filesdep ~basedep ~data-defaultdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, data-default, lens, rasa
API changes (from Hackage documentation)
Files
- rasa-ext-style.cabal +28/−27
- src/Rasa/Ext/Style.hs +2/−2
rasa-ext-style.cabal view
@@ -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
src/Rasa/Ext/Style.hs view
@@ -83,8 +83,8 @@ -- -- e.g. ----- > rasa [...] $ do+-- > rasa $ do -- > style -- > ... style :: Scheduler ()-style = afterRender $ bufDo $ styles .= []+style = afterRender $ buffersDo_ $ styles .= []