Skip to content

Commit

Permalink
cabal format
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 29, 2024
1 parent 6aeccdc commit 7c3196e
Showing 1 changed file with 28 additions and 26 deletions.
54 changes: 28 additions & 26 deletions warp-quic/warp-quic.cabal
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
name: warp-quic
version: 0.0.1
author: Kazu Yamamoto <[email protected]>
maintainer: Kazu Yamamoto <[email protected]>
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
cabal-version: >=1.10
name: warp-quic
version: 0.0.1
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <[email protected]>
author: Kazu Yamamoto <[email protected]>
homepage: https://github.com/yesodweb/wai
synopsis: Warp based on QUIC
description: WAI handler for HTTP/3 based on QUIC
category: Network
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
, network
, quic >= 0.2 && < 0.3
, tls >= 1.7
, wai
, warp >= 3.3.15
if impl(ghc >= 8)
default-extensions: Strict StrictData
exposed-modules: Network.Wai.Handler.WarpQUIC
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.13 && <5,
bytestring,
http3,
network,
quic >=0.2 && <0.3,
tls >=1.7,
wai,
warp >=3.3.15

if impl(ghc >=8)
default-extensions: Strict StrictData

0 comments on commit 7c3196e

Please sign in to comment.