packages feed

web-routes-th 0.22.6.2 → 0.22.6.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~hspecdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec, template-haskell

API changes (from Hackage documentation)

Files

web-routes-th.cabal view
@@ -1,5 +1,5 @@ Name:             web-routes-th-Version:          0.22.6.2+Version:          0.22.6.3 License:          BSD3 License-File:     LICENSE Author:           jeremy@seereason.com@@ -12,7 +12,7 @@                   Template Haskell. Cabal-Version:    >= 1.8 Build-type:       Simple-tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1  source-repository head     type:     git@@ -23,7 +23,7 @@   main-is          : Test.hs   hs-source-dirs   : test   build-depends    : base == 4.*,-                     hspec >= 2.2 && < 2.5,+                     hspec >= 2.2 && < 2.6,                      HUnit,                      QuickCheck,                      web-routes,@@ -32,7 +32,7 @@ Library         Build-Depends:    base >= 4 && < 5,                           parsec >= 2 && < 4,-                          template-haskell < 2.13,+                          template-haskell < 2.14,                           text,                           split,                           web-routes >= 0.26