wai-throttler 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- wai-throttler.cabal +2/−2
wai-throttler.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: wai-throttler-version: 0.1.0.2+version: 0.1.0.3 synopsis: Wai middleware for request throttling -- description: license: MIT@@ -20,7 +20,7 @@ library exposed-modules: Network.Wai.Middleware.Throttler- build-depends: base >=4.6 && <4.7+ build-depends: base >=4.6 && <4.8 , bytestring == 0.10.* , containers == 0.5.* , time == 1.4.*