yesod-pure 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+6/−4 lines, 1 filesdep ~yesoddep ~yesod-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod, yesod-core
API changes (from Hackage documentation)
Files
- yesod-pure.cabal +6/−4
yesod-pure.cabal view
@@ -1,7 +1,9 @@ name: yesod-pure-version: 0.1.0.0+version: 0.1.0.1 synopsis: Yesod in pure Haskell: no Template Haskell or QuasiQuotes-description: Provides helper functions to simplify programming of Yesod without any code generation or non-Haskell DSLs. Mainly, this is focused on the routing quasi-quoter, though some templating help is provided as well.+description: NOTE: Most of the concepts from this package have made it into yesod-core itself since the 1.2 release. Please see <http://www.yesodweb.com/blog/2013/03/yesod-dispatch-version-1-2> for more information, or search the Haddocks for @LiteApp@.+ .+ Provides helper functions to simplify programming of Yesod without any code generation or non-Haskell DSLs. Mainly, this is focused on the routing quasi-quoter, though some templating help is provided as well. homepage: https://github.com/snoyberg/yesod-pure license: MIT license-file: LICENSE@@ -16,8 +18,8 @@ exposed-modules: Yesod.Pure Yesod.Pure.NoRoute build-depends: base >= 4.5 && < 5- , yesod >= 1.1- , yesod-core >= 1.1.3+ , yesod >= 1.1 && < 1.2+ , yesod-core >= 1.1.3 && < 1.2 , text >= 0.11 , fast-logger