-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7618eb6ab0dec04abee7342e9cfad3858b6987a45f3b5bbd1e871477cfd24e00
name: http2-client-exe
version: 0.2.0.0
synopsis: A command-line http2 client.
description: A reference command-line tool using http2-client. Please see the README on GitHub at <https://github.com/lucasdicioccio/http2-client-exe#readme>
category: Web
homepage: https://github.com/lucasdicioccio/http2-client-exe#readme
bug-reports: https://github.com/lucasdicioccio/http2-client-exe/issues
author: Lucas DiCioccio
maintainer: lucas@dicioccio.fr
copyright: 2018 Lucas DiCioccio
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/lucasdicioccio/http2-client-exe
executable http2-client-exe
main-is: Main.hs
other-modules:
Paths_http2_client_exe
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
async
, base >=4.7 && <5
, bytestring
, data-default-class
, http2
, http2-client
, lifted-async
, lifted-base
, optparse-applicative
, time
, tls
default-language: Haskell2010