packages feed

wai-middleware-static 0.8.1 → 0.8.2

raw patch · 4 files changed

+15/−21 lines, 4 filesdep −hpc-coverallsdep −wai-middleware-staticdep ~basedep ~containersdep ~timePVP ok

version bump matches the API change (PVP)

Dependencies removed: hpc-coveralls, wai-middleware-static

Dependency ranges changed: base, containers, time

API changes (from Hackage documentation)

Files

README.md view
@@ -1,3 +1,3 @@-# wai-middleware-static [![Build Status](https://travis-ci.org/scotty-web/wai-middleware-static.svg)](https://travis-ci.org/scotty-web/wai-middleware-static)[![Coverage Status](https://coveralls.io/repos/scotty-web/wai-middleware-static/badge.png?branch=master)](https://coveralls.io/r/scotty-web/wai-middleware-static?branch=master)+# wai-middleware-static [![Build Status](https://travis-ci.org/scotty-web/wai-middleware-static.svg)](https://travis-ci.org/scotty-web/wai-middleware-static)  WAI middleware that intercepts requests to static files and serves them if they exist.
changelog.md view
@@ -1,3 +1,6 @@+## 0.8.2 [2018.04.07]+* Remove unused test suite.+ ## 0.8.1 * Add `Semigroup Policy` instance * Replace dependencies on `base16-bytestring` and `cryptohash` with the more
− test/Main.hs
@@ -1,4 +0,0 @@-module Main (main) where--main :: IO ()-main = return ()
wai-middleware-static.cabal view
@@ -1,5 +1,5 @@ Name:                wai-middleware-static-Version:             0.8.1+Version:             0.8.2 Synopsis:            WAI middleware that serves requests to static files. Homepage:            https://github.com/scotty-web/wai-middleware-static Bug-reports:         https://github.com/scotty-web/wai-middleware-static/issues@@ -17,8 +17,13 @@   if they exist.   .   [WAI] <http://hackage.haskell.org/package/wai>--Extra-source-files:    changelog.md, README.md+tested-with:         GHC == 7.6.3+                   , GHC == 7.8.4+                   , GHC == 7.10.3+                   , GHC == 8.0.2+                   , GHC == 8.2.2+                   , GHC == 8.4.1+Extra-source-files:  changelog.md, README.md  Library   Exposed-modules:     Network.Wai.Middleware.Static@@ -29,29 +34,19 @@                        containers         >= 0.5.0.0  && < 0.6,                        cryptonite         >= 0.10     && < 1.0,                        memory             >= 0.10     && < 1.0,-                       directory          >= 1.2.0.1  && < 1.3,+                       directory          >= 1.2.0.1  && < 1.4,                        expiring-cache-map >= 0.0.5    && < 0.1,                        filepath           >= 1.3.0.1  && < 1.5,-                       http-types         >= 0.8.2    && < 0.10,+                       http-types         >= 0.8.2    && < 0.13,                        mime-types         >= 0.1.0.3  && < 0.2,                        mtl                >= 2.1.2    && < 2.3,                        old-locale         >= 1.0      && < 1.1,                        semigroups         >= 0.18     && < 1,                        text               >= 0.11.3.1 && < 1.3,-                       time               >= 1.4      && < 1.7,+                       time               >= 1.4      && < 1.9,                        wai                >= 3.0.0    && < 3.3    GHC-options: -Wall -fno-warn-orphans--test-suite hpc-coveralls-stub-  main-is:             Main.hs-  type:                exitcode-stdio-1.0-  default-language:    Haskell2010-  hs-source-dirs:      test-  build-depends:       base,-                       hpc-coveralls,-                       wai-middleware-static-  ghc-options:         -Wall  source-repository head   type:     git