http-common-0.7.2.0: http-common.cabal
cabal-version: >= 1.10
name: http-common
version: 0.7.2.0
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: LICENCE
author: Andrew Cowie <andrew@operationaldynamics.com>
maintainer: Andrew Cowie <andrew@operationaldynamics.com>
copyright: © 2012-2014 Operational Dynamics Consulting, Pty Ltd and Others
category: Web
tested-with: GHC == 7.8
stability: experimental
homepage: http://research.operationaldynamics.com/projects/http-streams/
bug-reports: https://github.com/afcowie/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: -O2
-Wall
-Wwarn
-fwarn-tabs
-funbox-strict-fields
-fno-warn-missing-signatures
-fno-warn-unused-binds
-fno-warn-unused-do-bind
include-dirs: .
ghc-prof-options: -prof -fprof-auto-top
source-repository head
type: git
location: git://github.com/afcowie/http-common.git
-- vim: set tabstop=21 expandtab: