wai-middleware-throttle 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+8/−38 lines, 2 filesdep −Globdep −doctestdep ~basePVP ok
version bump matches the API change (PVP)
Dependencies removed: Glob, doctest
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- test/DocTest.hs +0/−21
- wai-middleware-throttle.cabal +8/−17
− test/DocTest.hs
@@ -1,21 +0,0 @@--------------------------------------------------------------------------------- |--- Module : DocTest.hs--- Description : Documentation Testing--- Copyright : (c) 2015 Christopher Reichert--- License : AllRightsReserved--- Maintainer : Christopher Reichert <creichert07@gmail.com>--- Stability : testing--- Portability : POSIX---module Main (main) where---import System.FilePath.Glob (glob)-import Test.DocTest (doctest)---main :: IO ()-main = glob "Network/**/[A-Z]*.hs"- >>= doctest
wai-middleware-throttle.cabal view
@@ -1,6 +1,6 @@ name: wai-middleware-throttle-version: 0.1.0.0+version: 0.1.0.1 license: BSD3 license-file: LICENSE author: Christopher Reichert@@ -60,19 +60,10 @@ , transformers -test-suite doctest- default-language: Haskell2010- ghc-options: -Wall -Werror -threaded- main-is: test/DocTest.hs- type: exitcode-stdio-1.0- build-depends: base- , doctest == 0.9.*- , Glob == 0.7.*-- test-suite haddock main-is: test/Haddock.hs ghc-options: -Wall -Werror -threaded+ build-tools: haddock type: exitcode-stdio-1.0 default-language: Haskell2010 build-depends: base@@ -81,9 +72,9 @@ test-suite hlint- main-is: test/HLint.hs- ghc-options: -Wall -Werror -threaded- type: exitcode-stdio-1.0- default-language: Haskell2010- build-depends: base- , hlint == 1.8.*+ main-is: test/HLint.hs+ ghc-options: -Wall -Werror -threaded+ type: exitcode-stdio-1.0+ default-language: Haskell2010+ build-depends: base+ , hlint == 1.8.*