packages feed

yesod-platform 1.1.0 → 1.1.1

raw patch · 1 files changed

+26/−26 lines, 1 filesdep ~attoparsec-enumeratordep ~authenticatedep ~case-insensitivePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec-enumerator, authenticate, case-insensitive, certificate, fast-logger, hamlet, hashable, http-conduit, http-types, lifted-base, semigroups, shakespeare, shakespeare-css, shakespeare-js, shakespeare-text, simple-sendfile, skein, tagsoup, tls, unordered-containers, yesod, yesod-auth, yesod-core, yesod-form, zlib-bindings

API changes (from Hackage documentation)

Files

yesod-platform.cabal view
@@ -1,5 +1,5 @@ name:            yesod-platform-version:         1.1.0+version:         1.1.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -20,8 +20,8 @@                  , asn1-data == 0.6.1.3                  , attoparsec == 0.10.2.0                  , attoparsec-conduit == 0.5.0-                 , attoparsec-enumerator == 0.3-                 , authenticate == 1.3.0.1+                 , attoparsec-enumerator == 0.3.1+                 , authenticate == 1.3.1                  , base-unicode-symbols == 0.2.2.4                  , base64-bytestring == 0.1.2.0                  , blaze-builder == 0.3.1.0@@ -29,9 +29,9 @@                  , blaze-html == 0.5.0.0                  , blaze-markup == 0.5.1.0                  , byteorder == 1.0.3-                 , case-insensitive == 0.4.0.1+                 , case-insensitive == 0.4.0.3                  , cereal == 0.3.5.2-                 , certificate == 1.2.4+                 , certificate == 1.2.5                  , clientsession == 0.8.0                  , conduit == 0.5.2.3                  , cookie == 0.4.0@@ -49,21 +49,21 @@                  , entropy == 0.2.1                  , enumerator == 0.4.19                  , failure == 0.2.0.1-                 , fast-logger == 0.2.1+                 , fast-logger == 0.2.2                  , file-embed == 0.0.4.4                  , filesystem-conduit == 0.5.0-                 , hamlet == 1.1.0-                 , hashable == 1.1.2.3+                 , hamlet == 1.1.0.2+                 , hashable == 1.1.2.5                  , hjsmin == 0.1.2                  , hspec == 1.3.0                  , hspec-expectations == 0.3.0.1                  , html-conduit == 0.1.0-                 , http-conduit == 1.5.0.3+                 , http-conduit == 1.6.0                  , http-date == 0.0.2-                 , http-types == 0.7.1+                 , http-types == 0.7.2                  , language-javascript == 0.5.4                  , largeword == 1.0.2-                 , lifted-base == 0.1.1.1+                 , lifted-base == 0.1.2                  , mime-mail == 0.4.1.1                  , mime-types == 0.1.0.0                  , monad-control == 0.3.1.4@@ -81,28 +81,28 @@                  , resource-pool == 0.2.1.0                  , resourcet == 0.3.3.1                  , safe == 0.3.3-                 , semigroups == 0.8.3.2-                 , shakespeare == 1.0.1-                 , shakespeare-css == 1.0.1.3+                 , semigroups == 0.8.4+                 , shakespeare == 1.0.1.1+                 , shakespeare-css == 1.0.1.4                  , shakespeare-i18n == 1.0.0.2-                 , shakespeare-js == 1.0.0.4-                 , shakespeare-text == 1.0.0.3+                 , shakespeare-js == 1.0.0.5+                 , shakespeare-text == 1.0.0.4                  , silently == 1.2.0.2-                 , simple-sendfile == 0.2.5-                 , skein == 0.1.0.7+                 , simple-sendfile == 0.2.6+                 , skein == 0.1.0.8                  , socks == 0.4.2                  , stringsearch == 0.3.6.3                  , system-fileio == 0.3.9                  , system-filepath == 0.4.6                  , tagged == 0.4.2.1-                 , tagsoup == 0.12.6+                 , tagsoup == 0.12.7                  , tagstream-conduit == 0.4.0                  , tar == 0.4.0.0-                 , tls == 0.9.8+                 , tls == 0.9.9                  , tls-extra == 0.4.6                  , transformers-base == 0.4.1                  , unix-compat == 0.3.0.1-                 , unordered-containers == 0.2.1.0+                 , unordered-containers == 0.2.2.0                  , utf8-light == 0.4.0.1                  , utf8-string == 0.3.7                  , vault == 0.2.0.0@@ -118,17 +118,17 @@                  , xml-types == 0.3.3                  , xss-sanitize == 0.3.2                  , yaml == 0.8.0.1-                 , yesod == 1.1.0-                 , yesod-auth == 1.1.0-                 , yesod-core == 1.1.0+                 , yesod == 1.1.0.1+                 , yesod-auth == 1.1.1+                 , yesod-core == 1.1.0.1                  , yesod-default == 1.1.0-                 , yesod-form == 1.1.0+                 , yesod-form == 1.1.0.1                  , yesod-json == 1.1.0                  , yesod-persistent == 1.1.0                  , yesod-routes == 1.1.0                  , yesod-static == 1.1.0                  , yesod-test == 0.3.0-                 , zlib-bindings == 0.1.0.1+                 , zlib-bindings == 0.1.1                  , zlib-conduit == 0.5.0      exposed-modules: Yesod.Platform