snap 0.13.2.6 → 0.13.2.7
raw patch · 2 files changed
+11/−10 lines, 2 filesdep ~aesondep ~attoparsecPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, attoparsec
API changes (from Hackage documentation)
+ Snap.Snaplet.Config: appConfigTyCon :: TyCon
- Snap.Snaplet: snapletConfig :: Lens' (Snaplet s_at2A) SnapletConfig
+ Snap.Snaplet: snapletConfig :: Lens' (Snaplet s_amtH) SnapletConfig
- Snap.Snaplet: snapletValue :: Lens' (Snaplet s_at2A) s_at2A
+ Snap.Snaplet: snapletValue :: Lens' (Snaplet s_amtH) s_amtH
Files
- snap.cabal +4/−3
- test/snap-testsuite.cabal +7/−7
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.13.2.6+version: 0.13.2.7 synopsis: Top-level package for the Snap Web Framework description: This is the top-level package for the official Snap Framework libraries.@@ -144,8 +144,9 @@ build-depends: MonadCatchIO-transformers >= 0.2 && < 0.4,- aeson >= 0.6 && < 0.8,- attoparsec >= 0.10 && < 0.12,+ -- Blacklist aeson versions with problems from lack of upper bounds+ aeson (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.8),+ attoparsec >= 0.10 && < 0.13, bytestring >= 0.9.1 && < 0.11, cereal >= 0.3 && < 0.5, clientsession >= 0.8 && < 0.10,
test/snap-testsuite.cabal view
@@ -18,16 +18,16 @@ blaze-builder >= 0.3 && < 0.4, http-streams >= 0.4.0.1 && < 0.8, process == 1.*,- smallcheck >= 0.6 && < 1.1,+ smallcheck >= 0.6 && < 1.2, test-framework >= 0.6 && < 0.9, test-framework-hunit >= 0.2.7 && < 0.4, test-framework-quickcheck2 >= 0.2.12.1 && < 0.4, test-framework-smallcheck >= 0.1 && < 0.3,- unix >= 2.2.0.0 && < 2.7,+ unix >= 2.2.0.0 && < 2.8, MonadCatchIO-transformers >= 0.2 && < 0.4, aeson >= 0.6 && < 0.8,- attoparsec >= 0.10 && < 0.12,+ attoparsec >= 0.10 && < 0.13, bytestring >= 0.9.1 && < 0.11, cereal >= 0.3 && < 0.5, clientsession >= 0.8 && < 0.10,@@ -99,7 +99,7 @@ build-depends: MonadCatchIO-transformers >= 0.2 && < 0.4, aeson >= 0.6 && < 0.8,- attoparsec >= 0.10 && < 0.12,+ attoparsec >= 0.10 && < 0.13, bytestring >= 0.9.1 && < 0.11, cereal >= 0.3 && < 0.5, clientsession >= 0.8 && < 0.10,@@ -172,16 +172,16 @@ QuickCheck >= 2.3.0.2, http-streams >= 0.4.0.1 && < 0.8, process == 1.*,- smallcheck >= 0.6 && < 1.1,+ smallcheck >= 0.6 && < 1.2, test-framework >= 0.6 && < 0.9, test-framework-hunit >= 0.2.7 && < 0.4, test-framework-quickcheck2 >= 0.2.12.1 && < 0.4, test-framework-smallcheck >= 0.1 && < 0.3,- unix >= 2.2.0.0 && < 2.7,+ unix >= 2.2.0.0 && < 2.8, MonadCatchIO-transformers >= 0.2 && < 0.4, aeson >= 0.6 && < 0.8,- attoparsec >= 0.10 && < 0.12,+ attoparsec >= 0.10 && < 0.13, bytestring >= 0.9.1 && < 0.11, cereal >= 0.3 && < 0.5, clientsession >= 0.8 && < 0.10,