packages feed

snap 0.13.2.8 → 0.13.2.9

raw patch · 5 files changed

+32/−32 lines, 5 filesdep ~textPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text

API changes (from Hackage documentation)

- Snap.Snaplet.Config: appConfigTyCon :: TyCon
- Snap.Snaplet: snapletConfig :: Lens' (Snaplet s_amv5) SnapletConfig
+ Snap.Snaplet: snapletConfig :: Lens' (Snaplet s_attV) SnapletConfig
- Snap.Snaplet: snapletValue :: Lens' (Snaplet s_amv5) s_amv5
+ Snap.Snaplet: snapletValue :: Lens' (Snaplet s_attV) s_attV

Files

project_template/barebones/foo.cabal view
@@ -19,8 +19,8 @@     bytestring                >= 0.9.1 && < 0.11,     MonadCatchIO-transformers >= 0.2.1 && < 0.4,     mtl                       >= 2     && < 3,-    snap-core                 >= 0.9   && < 0.11,-    snap-server               >= 0.9   && < 0.11+    snap-core                 >= 0.9   && < 0.10,+    snap-server               >= 0.9   && < 0.10    if impl(ghc >= 6.12.0)     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
project_template/default/foo.cabal view
@@ -28,12 +28,12 @@     MonadCatchIO-transformers >= 0.2.1   && < 0.4,     mtl                       >= 2       && < 3,     snap                      >= 0.13    && < 0.14,-    snap-core                 >= 0.9     && < 0.11,-    snap-server               >= 0.9     && < 0.11,+    snap-core                 >= 0.9     && < 0.10,+    snap-server               >= 0.9     && < 0.10,     snap-loader-static        >= 0.9     && < 0.10,-    text                      >= 0.11    && < 1.2,+    text                      >= 0.11    && < 1.3,     time                      >= 1.1     && < 1.5,-    xmlhtml                   >= 0.1+    xmlhtml                   >= 0.1     && < 0.3    if flag(old-base)     build-depends:@@ -42,7 +42,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5    if flag(development)     build-depends:
project_template/tutorial/foo.cabal view
@@ -23,8 +23,8 @@     MonadCatchIO-transformers >= 0.2.1   && < 0.4,     mtl                       >= 2       && < 3,     snap                      >= 0.11    && < 0.14,-    snap-core                 >= 0.9     && < 0.11,-    snap-server               >= 0.9     && < 0.11+    snap-core                 >= 0.9     && < 0.10,+    snap-server               >= 0.9     && < 0.10    if flag(old-base)     build-depends:@@ -33,7 +33,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5    if impl(ghc >= 6.12.0)     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
snap.cabal view
@@ -1,5 +1,5 @@ name:           snap-version:        0.13.2.8+version:        0.13.2.9 synopsis:       Top-level package for the Snap Web Framework description:     This is the top-level package for the official Snap Framework libraries.@@ -145,7 +145,7 @@   build-depends:     MonadCatchIO-transformers >= 0.2      && < 0.4,     -- Blacklist aeson versions with problems from lack of upper bounds-    aeson                     (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.8),+    aeson                     (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.9),     attoparsec                >= 0.10     && < 0.13,     bytestring                >= 0.9.1    && < 0.11,     cereal                    >= 0.3      && < 0.5,@@ -162,7 +162,7 @@     hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),     heist                     >= 0.13     && < 0.14,     logict                    >= 0.4.2    && < 0.7,-    mtl                       >  2.0      && < 2.2,+    mtl                       >  2.0      && < 2.3,     mwc-random                >= 0.8      && < 0.14,     pwstore-fast              >= 2.2      && < 2.5,     regex-posix               >= 0.95     && < 1,@@ -170,9 +170,9 @@     snap-server               >= 0.9      && < 0.11,     stm                       >= 2.2      && < 2.5,     syb                       >= 0.1      && < 0.5,-    text                      >= 0.11     && < 1.2,+    text                      >= 0.11     && < 1.3,     time                      >= 1.1      && < 1.5,-    transformers              >= 0.2      && < 0.4,+    transformers              >= 0.2      && < 0.5,     unordered-containers      >= 0.1.4    && < 0.3,     vector                    >= 0.7.1    && < 0.11,     vector-algorithms         >= 0.4      && < 0.7,@@ -186,7 +186,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5    extensions:     BangPatterns,@@ -233,7 +233,7 @@     old-time            >= 1.0     && < 1.2,     snap-server         >= 0.9     && < 0.11,     template-haskell    >= 2.2     && < 2.10,-    text                >= 0.11    && < 1.2+    text                >= 0.11    && < 1.3    extensions:     OverloadedStrings
test/snap-testsuite.cabal view
@@ -26,7 +26,7 @@     unix                       >= 2.2.0.0  && < 2.8,      MonadCatchIO-transformers  >= 0.2      && < 0.4,-    aeson                      >= 0.6      && < 0.8,+    aeson                      >= 0.6      && < 0.9,     attoparsec                 >= 0.10     && < 0.13,     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,@@ -43,7 +43,7 @@     hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),     heist                      >= 0.13     && < 0.14,     logict                     >= 0.4.2    && < 0.7,-    mtl                        >  2.0      && < 2.2,+    mtl                        >  2.0      && < 2.3,     mwc-random                 >= 0.8      && < 0.14,     pwstore-fast               >= 2.2      && < 2.5,     regex-posix                >= 0.95     && < 1,@@ -51,9 +51,9 @@     snap-server                >= 0.9      && < 0.11,     stm                        >= 2.2      && < 2.5,     syb                        >= 0.1      && < 0.5,-    text                       >= 0.11     && < 1.2,+    text                       >= 0.11     && < 1.3,     time                       >= 1.1      && < 1.5,-    transformers               >= 0.2      && < 0.4,+    transformers               >= 0.2      && < 0.5,     unordered-containers       >= 0.1.4    && < 0.3,     vector                     >= 0.7.1    && < 0.11,     vector-algorithms          >= 0.4      && < 0.7,@@ -66,7 +66,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5     extensions:@@ -98,7 +98,7 @@    build-depends:     MonadCatchIO-transformers  >= 0.2      && < 0.4,-    aeson                      >= 0.6      && < 0.8,+    aeson                      >= 0.6      && < 0.9,     attoparsec                 >= 0.10     && < 0.13,     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,@@ -115,7 +115,7 @@     hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),     heist                      >= 0.13     && < 0.14,     logict                     >= 0.4.2    && < 0.7,-    mtl                        >  2.0      && < 2.2,+    mtl                        >  2.0      && < 2.3,     mwc-random                 >= 0.8      && < 0.14,     pwstore-fast               >= 2.2      && < 2.5,     regex-posix                >= 0.95     && < 1,@@ -123,9 +123,9 @@     snap-server                >= 0.9      && < 0.11,     stm                        >= 2.2      && < 2.5,     syb                        >= 0.1      && < 0.5,-    text                       >= 0.11     && < 1.2,+    text                       >= 0.11     && < 1.3,     time                       >= 1.1      && < 1.5,-    transformers               >= 0.2      && < 0.4,+    transformers               >= 0.2      && < 0.5,     unordered-containers       >= 0.1.4    && < 0.3,     vector                     >= 0.7.1    && < 0.11,     vector-algorithms          >= 0.4      && < 0.7,@@ -138,7 +138,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5    extensions:     BangPatterns,@@ -180,7 +180,7 @@     unix                       >= 2.2.0.0  && < 2.8,      MonadCatchIO-transformers  >= 0.2      && < 0.4,-    aeson                      >= 0.6      && < 0.8,+    aeson                      >= 0.6      && < 0.9,     attoparsec                 >= 0.10     && < 0.13,     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,@@ -197,7 +197,7 @@     hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),     heist                      >= 0.13     && < 0.14,     logict                     >= 0.4.2    && < 0.7,-    mtl                        >  2.0      && < 2.2,+    mtl                        >  2.0      && < 2.3,     mwc-random                 >= 0.8      && < 0.14,     pwstore-fast               >= 2.2      && < 2.5,     regex-posix                >= 0.95     && < 1,@@ -205,9 +205,9 @@     snap-server                >= 0.9      && < 0.11,     stm                        >= 2.2      && < 2.5,     syb                        >= 0.1      && < 0.5,-    text                       >= 0.11     && < 1.2,+    text                       >= 0.11     && < 1.3,     time                       >= 1.1      && < 1.5,-    transformers               >= 0.2      && < 0.4,+    transformers               >= 0.2      && < 0.5,     unordered-containers       >= 0.1.4    && < 0.3,     vector                     >= 0.7.1    && < 0.11,     vector-algorithms          >= 0.4      && < 0.7,@@ -220,7 +220,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 4.2+      lens                      >= 3.7.6    && < 4.5     extensions: