Skip to content

Commit

Permalink
Update from Hackage at 2018-08-19T10:47:12Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 19, 2018
1 parent ab06b2d commit d5c89ad
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions http2-client-exe/0.1.0.0/http2-client-exe.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2435e1500ee58000db937e0d9eb76a8758c70f4a4de86034c9313a08bab92df8

name: http2-client-exe
version: 0.1.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
, optparse-applicative
, time
, tls
default-language: Haskell2010
1 change: 1 addition & 0 deletions http2-client-exe/0.1.0.0/http2-client-exe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"fdd46fe1032f99e66c2dda46cd650f49","Skein512_512":"96b0d9496116ad83449e9c3d97fe09038d2cad3c54ba675c458f440d1fb2eaa7b0b4bede1adcb4b13f5ac4b276c0f78f471d228ad0610dfc6951564941dec1c2","SHA1":"d157a8f3a745747e71162d0e4537f033987b0a96","SHA512":"5bac281fd47d9581ff7b7d6a7a0594c1ef609583733cb730e73fbe8fe2b42996d1a06ca1058f0a7547612231aa750124934708314abb0277e6826ffcdfe7e951","SHA256":"4d45b04e6e0b8e7e12832e55640ceb4b7fa8d9796711e3be3fd2d21600b61945"},"package-locations":["https://hackage.haskell.org/package/http2-client-exe-0.1.0.0/http2-client-exe-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/http2-client-exe-0.1.0.0.tar.gz"],"package-size":5689}

0 comments on commit d5c89ad

Please sign in to comment.