packages feed

snap 0.13.0.3 → 0.13.0.4

raw patch · 4 files changed

+11/−11 lines, 4 filesdep ~comonaddep ~lens

Dependency ranges changed: comonad, lens

Files

project_template/default/foo.cabal view
@@ -42,7 +42,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11    if flag(development)     build-depends:
project_template/tutorial/foo.cabal view
@@ -33,7 +33,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11    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.0.3+version:        0.13.0.4 synopsis:       Top-level package for the Snap Web Framework description:     This is the top-level package for the official Snap Framework libraries.@@ -149,7 +149,7 @@     bytestring                >= 0.9.1    && < 0.11,     cereal                    >= 0.3      && < 0.5,     clientsession             >= 0.8      && < 0.10,-    comonad                   >= 1.1      && < 3.2,+    comonad                   >= 1.1      && < 4.1,     configurator              >= 0.1      && < 0.3,     containers                >= 0.3      && < 0.6,     directory                 >= 1.0      && < 1.3,@@ -185,7 +185,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11    extensions:     BangPatterns,
test/snap-testsuite.cabal view
@@ -31,7 +31,7 @@     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,     clientsession              >= 0.8      && < 0.10,-    comonad                    >= 1.1      && < 3.2,+    comonad                    >= 1.1      && < 4.1,     configurator               >= 0.1      && < 0.3,     containers                 >= 0.3      && < 0.6,     directory                  >= 1.0      && < 1.3,@@ -66,7 +66,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11     extensions:@@ -103,7 +103,7 @@     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,     clientsession              >= 0.8      && < 0.10,-    comonad                    >= 1.1      && < 3.2,+    comonad                    >= 1.1      && < 4.1,     configurator               >= 0.1      && < 0.3,     containers                 >= 0.3      && < 0.6,     directory                  >= 1.0      && < 1.3,@@ -138,7 +138,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11    extensions:     BangPatterns,@@ -185,7 +185,7 @@     bytestring                 >= 0.9.1    && < 0.11,     cereal                     >= 0.3      && < 0.5,     clientsession              >= 0.8      && < 0.10,-    comonad                    >= 1.1      && < 3.2,+    comonad                    >= 1.1      && < 4.1,     configurator               >= 0.1      && < 0.3,     containers                 >= 0.3      && < 0.6,     directory                  >= 1.0      && < 1.3,@@ -220,7 +220,7 @@   else     build-depends:       base                      >= 4.4      && < 5,-      lens                      >= 3.7.6    && < 3.10+      lens                      >= 3.7.6    && < 3.11     extensions: