name: webfinger-client
version: 0.2.2.1
synopsis: WebFinger client library
description:
This is a client library for querying a
<https://webfinger.net WebFinger>
resource and parsing the response.
homepage: http://hub.darcs.net/vincent/webfinger-client
bug-reports: http://hub.darcs.net/vincent/webfinger-client/issues
license: PublicDomain
license-file: COPYING
author: fr33domlover
maintainer: fr33domlover@riseup.net, vpark45@gmail.com
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
category: Network, Web
build-type: Simple
extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS.md README.md
cabal-version: >=1.10
Tested-With: GHC==9.8.4
source-repository head
type: darcs
location: http://hub.darcs.net/vincent/webfinger-client
library
exposed-modules: Web.Finger.Client
-- other-modules:
-- other-extensions:
build-depends: aeson >= 2.2.3 && < 2.3
, base >= 4.17.2 && < 4.21
, bytestring >= 0.11.5 && < 0.12
, data-default-class >= 0.2.0 && < 0.3
, hashable >= 1.4.7 && < 1.5
, http-client >= 0.7.18 && < 0.8
, http-client-tls >= 0.3.6 && < 0.4
, http-types >= 0.12.4 && < 0.13
, link-relations >= 0.1.1 && < 0.2
, text >= 2.0.2 && < 2.2
, unordered-containers >= 0.2.20 && < 0.3
, uri-bytestring >= 0.4.0 && < 0.5
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall