packages feed

wai-routing 0.5.1 → 0.5.2

raw patch · 1 files changed

+8/−7 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~case-insensitive

Dependency ranges changed: HUnit, QuickCheck, case-insensitive, tasty, tasty-hunit, tasty-quickcheck

Files

wai-routing.cabal view
@@ -1,5 +1,5 @@ name:                wai-routing-version:             0.5.1+version:             0.5.2 synopsis:            Declarative routing for WAI. license:             OtherLicense license-file:        LICENSE@@ -79,7 +79,7 @@       , bytestring       >= 0.9   && < 0.11       , bytestring-from  == 0.2.*       , cookie           == 0.4.*-      , case-insensitive == 1.1.*+      , case-insensitive >= 1.1   && < 1.3       , http-types       == 0.8.*       , transformers     == 0.3.*       , wai              >= 2.0   && < 2.2@@ -104,11 +104,12 @@       , bytestring       , case-insensitive       , http-types-      , HUnit            >= 1.2-      , QuickCheck       >= 2.3-      , tasty            >= 0.3-      , tasty-hunit      >= 0.2-      , tasty-quickcheck >= 0.3+      , HUnit+      , QuickCheck+      , tasty            >= 0.8+      , tasty-hunit      >= 0.8+      , tasty-quickcheck >= 0.8       , wai       , wai-predicates       , wai-routing+