snap 0.14.0.6 → 0.14.0.7
raw patch · 2 files changed
+11/−4 lines, 2 files
Files
- CHANGELOG.md +4/−0
- snap.cabal +7/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.14.0.7++Fix issue #147, problems compiling with executable profiling+ # 0.14.0.5 * Eliminate unnecessary dependency on syb
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.14.0.6+version: 0.14.0.7 synopsis: Top-level package for the Snap Web Framework description: This is the top-level package for the official Snap Framework libraries.@@ -147,10 +147,10 @@ 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.10),+ aeson (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.12), attoparsec >= 0.10 && < 0.14, bytestring >= 0.9.1 && < 0.11,- cereal >= 0.3 && < 0.5,+ cereal >= 0.3 && < 0.6, clientsession >= 0.8 && < 0.10, comonad >= 1.1 && < 4.3, configurator >= 0.1 && < 0.4,@@ -187,7 +187,7 @@ else build-depends: base >= 4.4 && < 5,- lens >= 3.7.6 && < 4.13+ lens >= 3.7.6 && < 4.14 extensions: BangPatterns,@@ -238,6 +238,9 @@ extensions: OverloadedStrings++ other-extensions:+ TemplateHaskell ghc-prof-options: -prof -auto-all