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: uniform-http version: 0.1.5.1 synopsis: uniform text based operations to call http description: http using text in all textual arguments and converts internally to whatever is required category: Data, Text, Uniform homepage: https://github.com/git@github.com:andrewufrank/u4blog.git#readme bug-reports: https://github.com/git@github.com:andrewufrank/u4blog.git/issues author: Andrew Frank maintainer: Andrew U. Frank license: GPL license-file: GPL_3 build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/git@github.com:andrewufrank/u4blog.git subdir: uniform-http library exposed-modules: Uniform.Http Uniform.HttpCall Uniform.HttpFiles Uniform.HttpURI other-modules: Paths_uniform_http hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , http-client , http-conduit , network-uri , uniform-json >=0.1.5 , uniformBase >=0.1.5 default-language: Haskell2010