name: haskell-proxy-list version: 0.0.1 synopsis: Simple library for retrieving proxy servers info from https://proxy-list.org -- description: license: PublicDomain license-file: LICENSE author: grzegorzgoldapl maintainer: contact@grzegorzgolda.com homepage: https://github.com/grzegorzgoldapl/haskell-proxy-list -- copyright: category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 source-repository head type: git location: git://github.com/grzegorzgoldapl/haskell-proxy-list.git library exposed-modules: HTTP.ThirdParty.ProxyList -- other-modules: other-extensions: OverloadedStrings build-depends: base >=4.9 && <4.10, lens, bytestring, wreq, text, regex-base, regex-posix, base64-string, random -- hs-source-dirs: default-language: Haskell2010