-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: colorless-http-client
version: 0.0.2
synopsis: Http Client addon for Colorless
description: Http Client addon for Colorless
category: Web
maintainer: Joe Vargas
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
library
hs-source-dirs:
library
default-extensions: OverloadedStrings
ghc-options: -Wall
build-depends:
aeson
, base >= 4.7 && < 5
, bytestring
, colorless
, http-client
, http-types
, text-conversions
exposed-modules:
Colorless.Client.HttpClient
default-language: Haskell2010