http-common-0.8.2.1: http-common.cabal
cabal-version: 1.24
name: http-common
version: 0.8.2.1
synopsis: Common types for HTTP clients and servers
description:
/Overview/
.
Base types used by a variety of HTTP clients and servers. See http-streams
"Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
documentation. You can import @Network.Http.Types@ if you like, but both
http-streams and pipes-http re-export this package's types and functions.
license: BSD3
license-file: LICENSE
author: Andrew Cowie <istathar@gmail.com>
maintainer: Andrew Cowie <istathar@gmail.com>
copyright: © 2012-2020 Athae Eredh Siniath and Others
category: Web
tested-with: GHC == 8.8
stability: experimental
homepage: https://github.com/istathar/http-common
bug-reports: https://github.com/istathar/http-common/issues
build-type: Simple
library
default-language: Haskell2010
build-depends: base >= 4 && <5,
directory,
base64-bytestring,
blaze-builder,
bytestring,
case-insensitive,
mtl,
transformers,
network,
text,
unordered-containers
hs-source-dirs: lib
exposed-modules: Network.Http.Types,
Network.Http.RequestBuilder,
Network.Http.Internal
other-modules:
ghc-options: -Wall
-Wwarn
-fwarn-tabs
-funbox-strict-fields
-fno-warn-missing-signatures
-fno-warn-unused-binds
-fno-warn-unused-do-bind
include-dirs: .
source-repository head
type: git
location: git://github.com/afcowie/http-common.git
-- vim: set tabstop=21 expandtab: