Cabal revisions of context-http-client-0.2.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.2.------ see: https://github.com/sol/hpack--name: context-http-client-version: 0.2.0.2-synopsis: Modify HTTP requests/responses using context-description: Modify outgoing HTTP requests and incoming HTTP responses using context.-category: Web-homepage: https://github.com/jship/context#readme-bug-reports: https://github.com/jship/context/issues-author: Jason Shipman-maintainer: Jason Shipman-copyright: 2020 (c) Jason Shipman-license: MIT-license-file: LICENSE.md-build-type: Simple-extra-source-files:- CHANGELOG.md- LICENSE.md- package.yaml- README.md--source-repository head- type: git- location: https://github.com/jship/context- subdir: context-http-client--library- exposed-modules:- Network.HTTP.Client.Context- other-modules:- Paths_context_http_client- hs-source-dirs:- library- ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints- build-depends:- base >=4.11.1.0 && <5- , context >=0.2.0.0 && <0.3- , http-client >=0.5.13.1 && <0.8- default-language: Haskell2010--test-suite context-http-client-test-suite- type: exitcode-stdio-1.0- main-is: Driver.hs- other-modules:- Test.Network.HTTP.Client.ContextSpec- Paths_context_http_client- hs-source-dirs:- test-suite- ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints -threaded -with-rtsopts=-N- build-tool-depends:- hspec-discover:hspec-discover- build-depends:- async- , base- , bytestring- , case-insensitive- , context- , context-http-client- , hspec- , http-client- , http-types- , stm- , wai- , warp- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.35.2. +-- +-- see: https://github.com/sol/hpack + +name: context-http-client +version: 0.2.0.2 +x-revision: 1 +synopsis: Modify HTTP requests/responses using context +description: Modify outgoing HTTP requests and incoming HTTP responses using context. +category: Web +homepage: https://sr.ht/~jship/context/ +author: Jason Shipman +maintainer: Jason Shipman +copyright: 2020 (c) Jason Shipman +license: MIT +license-file: LICENSE.md +build-type: Simple +extra-source-files: + CHANGELOG.md + LICENSE.md + package.yaml + README.md + +source-repository head + type: git + location: https://git.sr.ht/~jship/context/ + +library + exposed-modules: + Network.HTTP.Client.Context + other-modules: + Paths_context_http_client + hs-source-dirs: + library + ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints + build-depends: + base >=4.11.1.0 && <5 + , context >=0.2.0.0 && <0.3 + , http-client >=0.5.13.1 && <0.8 + default-language: Haskell2010 + +test-suite context-http-client-test-suite + type: exitcode-stdio-1.0 + main-is: Driver.hs + other-modules: + Test.Network.HTTP.Client.ContextSpec + Paths_context_http_client + hs-source-dirs: + test-suite + ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints -threaded -with-rtsopts=-N + build-tool-depends: + hspec-discover:hspec-discover + build-depends: + async + , base + , bytestring + , case-insensitive + , context + , context-http-client + , hspec + , http-client + , http-types + , stm + , wai + , warp + default-language: Haskell2010