name: warp-quic version: 0.0.0 x-revision: 1 author: Kazu Yamamoto maintainer: Kazu Yamamoto 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