packages feed

wai-route 0.1.0 → 0.1.1

raw patch · 1 files changed

+4/−24 lines, 1 filesdep −textdep −warpdep ~base

Dependencies removed: text, warp

Dependency ranges changed: base

Files

wai-route.cabal view
@@ -1,5 +1,5 @@ name:                wai-route-version:             0.1.0+version:             0.1.1 synopsis:            Minimalistic, efficient routing for WAI description:     .@@ -16,7 +16,7 @@ copyright:           2014 Roman S. Borschel category:            Web build-type:          Simple-extra-source-files:  README.md+extra-source-files:  README.md, sample/*.hs cabal-version:       >=1.10  source-repository head@@ -34,7 +34,6 @@         base                 == 4.6.*       , wai                  >= 2.0       , unordered-containers >= 0.2-      , text                 >= 0.11       , http-types           >= 0.8       , bytestring           >= 0.10 @@ -43,26 +42,8 @@         -fwarn-tabs         -O2 -executable wai-route-sample-    default-language: Haskell2010-    main-is: sample/Main.hs--    build-depends:-        base-      , bytestring     >= 0.10-      , http-types     >= 0.8-      , text           >= 0.11-      , wai            >= 2.0-      , wai-route-      , warp           >= 2.0--    ghc-options:-        -Wall-        -fwarn-tabs-        -threaded-        -with-rtsopts=-T--executable wai-route-test+test-suite wai-route-test+    type:             exitcode-stdio-1.0     default-language: Haskell2010     hs-source-dirs:   test     main-is:          Main.hs@@ -80,6 +61,5 @@       , QuickCheck       >= 2.5       , tasty            >= 0.3       , tasty-quickcheck >= 0.2-      , text             >= 0.11       , wai              >= 2.0       , wai-route