snap-loader-dynamic 0.10.0.2 → 0.10.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~hintdep ~template-haskelldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hint, template-haskell, time
API changes (from Hackage documentation)
Files
snap-loader-dynamic.cabal view
@@ -1,5 +1,5 @@ name: snap-loader-dynamic-version: 0.10.0.2+version: 0.10.0.3 synopsis: Snap: A Haskell Web Framework: dynamic loader description: Snap Framework dynamic loader license: BSD3@@ -30,11 +30,11 @@ build-depends: base >= 4 && < 5,- directory-tree >= 0.10 && < 0.12,- mtl > 2.0 && < 2.2,+ directory-tree >= 0.10 && < 0.13,+ mtl > 2.0 && < 2.3, snap-core >= 0.9 && < 0.10,- time >= 1.1 && < 1.5,- template-haskell >= 2.2 && < 2.10+ time >= 1.1 && < 1.6,+ template-haskell >= 2.2 && < 2.11 if impl(ghc >= 7.2.0) build-depends: