Cabal revisions of http-common-0.7.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.10-name: http-common-version: 0.7.0.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: LICENCE-author: Andrew Cowie <andrew@operationaldynamics.com>-maintainer: Andrew Cowie <andrew@operationaldynamics.com>-copyright: © 2012-2013 Operational Dynamics Consulting, Pty Ltd and Others-category: Web-tested-with: GHC == 7.6-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: src- 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:+cabal-version: >= 1.10 +name: http-common +version: 0.7.0.1 +x-revision: 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: LICENCE +author: Andrew Cowie <andrew@operationaldynamics.com> +maintainer: Andrew Cowie <andrew@operationaldynamics.com> +copyright: © 2012-2013 Operational Dynamics Consulting, Pty Ltd and Others +category: Web +tested-with: GHC == 7.6 +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 && <4.8, + directory, + base64-bytestring, + blaze-builder, + bytestring, + case-insensitive, + mtl, + transformers, + network, + text, + unordered-containers + + hs-source-dirs: src + 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: