packages feed

yesod-angular 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+5/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Yesod/Angular.hs view
@@ -10,8 +10,10 @@ -- --   * This module currently defaults to Angular 1.2.18. Use --     `urlAngularJs_` specify your own Angular location.+-- --   * Example can be found at: --        <https://github.com/snoyberg/yesod-js/tree/master/yesod-angular>+-- --   * Currently, this module looks for controllers in the --     `templates/angular` directory. module Yesod.Angular
yesod-angular.cabal view
@@ -1,8 +1,8 @@ name:          yesod-angular-version:       0.1.0.0-synopsis:      Yesod AngularJS integration.+version:       0.1.0.1+synopsis:      Yesod Angular JS integration. description:-    Yesod AngularJS integration.+    Yesod Angular JS integration.      This module is based on Michael Snoyman's original work     in the <https://github.com/snoyberg/yesod-js> repository.