packages feed

shakespeare-js 0.11.2 → 1.0.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~shakespearedep ~shakespeare-jsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shakespeare, shakespeare-js

API changes (from Hackage documentation)

Files

shakespeare-js.cabal view
@@ -1,5 +1,5 @@ name:            shakespeare-js-version:         0.11.2+version:         1.0.0 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -11,7 +11,7 @@     .     There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance. And we even have a Roy template for the adventorous FP addicts.     .-    Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples+    Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples     .     shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package. extra-source-files:@@ -25,11 +25,11 @@ stability:       Stable cabal-version:   >= 1.8 build-type:      Simple-homepage:        http://www.yesodweb.com/book/templates+homepage:        http://www.yesodweb.com/book/shakespearean-templates  library     build-depends:   base             >= 4       && < 5-                   , shakespeare      >= 0.11    && < 0.12+                   , shakespeare      >= 1.0     && < 1.1                    , template-haskell                    , text             >= 0.7     && < 0.12 @@ -61,8 +61,8 @@     type: exitcode-stdio-1.0      ghc-options:   -Wall-    build-depends: shakespeare-js   >= 0.11    && < 0.12-                 , shakespeare      >= 0.10.3  && < 0.12+    build-depends: shakespeare-js+                 , shakespeare                  , base             >= 4       && < 5                  , HUnit                  , hspec            >= 0.8     && < 0.10