packages feed

altsvc-0.1.0.0: altsvc.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4d0985fc39cc65b37eb24f9d49ac08590807733935a81be60709100900c83b9d

name:           altsvc
version:        0.1.0.0
synopsis:       HTTP Alternative Services
description:    Haskell code to parse and generate the @Alt-Svc@ HTTP header field.
category:       Network, Web
homepage:       https://github.com/ocheron/hs-altsvc#readme
bug-reports:    https://github.com/ocheron/hs-altsvc/issues
author:         Olivier Chéron
maintainer:     olivier.cheron@gmail.com
copyright:      2019 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://github.com/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