packages feed

servant-errors 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+16/−16 lines, 1 filesdep ~aesondep ~basedep ~http-api-data

Dependency ranges changed: aeson, base, http-api-data, http-media, http-types, scientific, servant, servant-errors, servant-server, string-conversions, text, unordered-containers, wai

Files

servant-errors.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                servant-errors-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Servant Errors wai-middlware description:         A Wai middleware that uniformly structures errors with in a servant application. The library assumes all HTTP responses with status code greater than 200 and without an HTTP content type are error responses. This assumption is derived from servant server error handling implementation. @@ -24,18 +24,18 @@   hs-source-dirs:      src   exposed-modules:     Network.Wai.Middleware.Servant.Errors -  build-depends:       base ^>= 4.12.0.0-                     , aeson ^>= 1.4.2.0+  build-depends:       base ^>= 4.11+                     , aeson ^>= 1.3                      , bytestring ^>= 0.10.8.2-                     , http-types ^>= 0.12.3-                     , http-api-data ^>= 0.4-                     , http-media ^>= 0.7.1.3-                     , scientific ^>= 0.3.6.2-                     , servant ^>= 0.15-                     , string-conversions ^>= 0.4.0.1-                     , text ^>= 1.2.3.1-                     , unordered-containers ^>= 0.2.9.0-                     , wai ^>= 3.2.2+                     , http-types ^>= 0.12+                     , http-api-data ^>= 0.3+                     , http-media ^>= 0.7+                     , scientific ^>= 0.3+                     , servant ^>= 0.14+                     , string-conversions ^>= 0.4+                     , text ^>= 1.2+                     , unordered-containers ^>= 0.2+                     , wai ^>= 3.2    ghc-options:         -Wall                        -Wincomplete-uni-patterns@@ -50,11 +50,11 @@  test-suite readme   build-depends:       base ^>= 4.12.0.0-                     , aeson ^>= 1.4.2.0+                     , aeson ^>= 1.3                      , text ^>= 1.2.3.1-                     , servant-errors ^>= 0.1.0.0-                     , servant-server ^>= 0.15-                     , wai ^>= 3.2.2+                     , servant-errors+                     , servant-server ^>= 0.14+                     , wai ^>= 3.2                      , warp ^>= 3.2.26    main-is:             README.lhs