cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack -- -- hash: 39f13904b833d36c4de1b5fedd875f699a22dd7a6747fff522df746b7f3a537d name: altsvc version: 0.1.0.0 x-revision: 1 synopsis: HTTP Alternative Services description: Haskell code to parse and generate the @Alt-Svc@ HTTP header field. category: Network, Web homepage: https://codeberg.org/ocheron/hs-altsvc#readme bug-reports: https://codeberg.org/ocheron/hs-altsvc/issues author: Olivier Chéron maintainer: olivier.cheron@gmail.com copyright: 2019-2025 Olivier Chéron license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://codeberg.org/ocheron/hs-altsvc library exposed-modules: Network.HTTP.AltSvc other-modules: Network.HTTP.AltSvc.Utils Paths_altsvc hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <5 , bytestring , cereal default-language: Haskell2010 test-suite altsvc-test type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Paths_altsvc hs-source-dirs: tests ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: altsvc , base >=4.9 && <5 , bytestring , cereal , tasty , tasty-hunit , tasty-quickcheck default-language: Haskell2010