packages feed

Cabal revisions of warp-quic-0.0.0

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

revision 1
-name:                warp-quic-version:             0.0.0-author:              Kazu Yamamoto <kazu@iij.ad.jp>-maintainer:          Kazu Yamamoto <kazu@iij.ad.jp>-license:             BSD3-license-file:        LICENSE-synopsis:            Warp based on QUIC-description:         WAI handler for HTTP/3 based on QUIC-homepage:            https://github.com/kazu-yamamoto/warp-quic-category:            Network-cabal-version:       >=1.10-build-type:          Simple-extra-source-files:  ChangeLog.md--library-  default-language:    Haskell2010-  ghc-options:         -Wall-  exposed-modules:     Network.Wai.Handler.WarpQUIC-  build-depends:       base >= 4.13 && < 5-                     , bytestring-                     , http3-                     , quic-                     , tls-                     , wai-                     , warp >= 3.3.15-  if impl(ghc >= 8)-      default-extensions:  Strict StrictData+name:                warp-quic
+version:             0.0.0
+x-revision: 1
+author:              Kazu Yamamoto <kazu@iij.ad.jp>
+maintainer:          Kazu Yamamoto <kazu@iij.ad.jp>
+license:             BSD3
+license-file:        LICENSE
+synopsis:            Warp based on QUIC
+description:         WAI handler for HTTP/3 based on QUIC
+homepage:            https://github.com/yesodweb/wai
+category:            Network
+cabal-version:       >=1.10
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+
+library
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+  exposed-modules:     Network.Wai.Handler.WarpQUIC
+  build-depends:       base >= 4.13 && < 5
+                     , bytestring
+                     , http3
+                     , quic
+                     , tls
+                     , wai
+                     , warp >= 3.3.15
+  if impl(ghc >= 8)
+      default-extensions:  Strict StrictData
revision 2
 name:                warp-quic
 version:             0.0.0
-x-revision: 1
+x-revision: 2
 author:              Kazu Yamamoto <kazu@iij.ad.jp>
 maintainer:          Kazu Yamamoto <kazu@iij.ad.jp>
 license:             BSD3
   exposed-modules:     Network.Wai.Handler.WarpQUIC
   build-depends:       base >= 4.13 && < 5
                      , bytestring
-                     , http3
+                     , http3 >=0.0 && <0.1
                      , quic
                      , tls
                      , wai