packages feed

Cabal revisions of wai-middleware-travisci-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  name: wai-middleware-travisci version: 0.1.0+x-revision: 1 synopsis: WAI middleware for authenticating webhook payloads from Travis CI description:   This package provides a simple WAI middleware for authenticating webhook copyright: 2018 Mitchell Rosen category: Web build-type: Simple-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2+tested-with:+    GHC == 8.0.2+  , GHC == 8.2.2+  , GHC == 8.4.3+  , GHC == 8.6.1  source-repository head   type: git  library   build-depends:-      aeson >= 0.8-    , base == 4.9.* || == 4.10.* || ^>= 4.11+      aeson >= 0.8 && < 1.5+    , base == 4.9.* || == 4.10.* || ^>= 4.11 || ^>= 4.12     , base64-bytestring     , bytestring ^>= 0.10.8.0-    , cryptonite >= 0.3-    , http-types >= 0.7.0-    , transformers >= 0.2+    , cryptonite >= 0.3 && < 0.26+    , http-types >= 0.7.0 && < 0.13+    , transformers >= 0.2 && < 0.6     , text-    , vault >= 0.3.0.0-    , wai >= 3.0.1+    , vault >= 0.3.0.0 && < 0.4+    , wai >= 3.0.1 && < 3.3   ghc-options: -Wall -Wcompat   exposed-modules: Network.Wai.Middleware.TravisCI   default-language: Haskell2010
revision 2
  name: wai-middleware-travisci version: 0.1.0-x-revision: 1+x-revision: 2 synopsis: WAI middleware for authenticating webhook payloads from Travis CI description:   This package provides a simple WAI middleware for authenticating webhook     , base == 4.9.* || == 4.10.* || ^>= 4.11 || ^>= 4.12     , base64-bytestring     , bytestring ^>= 0.10.8.0-    , cryptonite >= 0.3 && < 0.26+    , cryptonite >= 0.3 && < 0.27     , http-types >= 0.7.0 && < 0.13     , transformers >= 0.2 && < 0.6     , text