hyperpublic-0.0.0: hyperpublic.cabal
name: hyperpublic
version: 0.0.0
cabal-version: >= 1.6
build-type: Simple
license: PublicDomain
author: Mike S. Craig
maintainer: mkscrg@gmail.com
stability: experimental
homepage: https://github.com/mkscrg/hyperpublic-haskell
bug-reports: https://github.com/mkscrg/hyperpublic-haskell/issues
synopsis: A thin wrapper for the Hyperpublic API
description:
A thin wrapper for the Hyperpublic API, which uses "Network.HTTP.Enumerator"
to fetch results and "Data.Aeson" to return them as JSON.
category: Web
extra-source-files: README.md, Examples.hs
library
-- Very conservative lower bounds here. Notify me when you find wider
-- compatibility boundaries and I'll update them here.
build-depends:
aeson >= 0.3.2.12 && < 0.4,
attoparsec >= 0.9.1.2 && < 0.9.99,
base >= 4.0 && < 5.0,
bytestring >= 0.9.2.0 && < 0.9.99,
http-enumerator >= 0.7.1.3 && < 0.8,
http-types >= 0.6.5.1 && < 0.7
exposed-modules:
Web.Hyperpublic, Web.Hyperpublic.Places, Web.Hyperpublic.Offers
extensions: OverloadedStrings
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/mkscrg/hyperpublic-haskell.git
source-repository this
type: git
location: git://github.com/mkscrg/hyperpublic-haskell.git
tag: 0.0.0