web-routes-th 0.22.5 → 0.22.6
raw patch · 1 files changed
+7/−3 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- web-routes-th.cabal +7/−3
web-routes-th.cabal view
@@ -1,10 +1,10 @@ Name: web-routes-th-Version: 0.22.5+Version: 0.22.6 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com Maintainer: partners@seereason.com-Bug-Reports: http://bugzilla.seereason.com/+Homepage: https://github.com/happstack/web-routes-th Category: Web, Language Synopsis: Support for deriving PathInfo using Template Haskell Description: web-routes is a portable library for type-safe URLs. This module adds@@ -14,12 +14,16 @@ Build-type: Simple tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 +source-repository head+ type: git+ location: https://github.com/happstack/web-routes-th+ test-suite Test type : exitcode-stdio-1.0 main-is : Test.hs hs-source-dirs : test build-depends : base == 4.*,- hspec == 2.2.*,+ hspec >= 2.2 && < 2.4, HUnit, QuickCheck, web-routes,