packages feed

realdentalcosts-0.1.0.0: realdentalcosts.cabal

cabal-version:      2.4
name:               realdentalcosts
version:            0.1.0.0
synopsis:           Client for the Real Dental Costs Open Data API (US dental prices)
description:
  Typed client for the Real Dental Costs Open Data API
  (<https://realdentalcosts.com/en/api/>): US dental procedure cash price
  ranges by state, state cost indexes and Medicaid paid amounts per CDT code
  derived from the HHS/CMS T-MSIS provider spending files. Every payload
  carries a provenance block (basis, confidence, sample size). Data licence
  CC BY 4.0; see <https://realdentalcosts.com/en/methodology/>.
homepage:           https://realdentalcosts.com/en/api/
bug-reports:        https://codeberg.org/tresor2k/realdentalcosts-hs/issues
license:            MIT
license-file:       LICENSE
author:             Real Dental Costs Data and Research Team
maintainer:         research@realdentalcosts.com
category:           Web, Data
build-type:         Simple
extra-doc-files:    README.md

source-repository head
  type:     git
  location: https://codeberg.org/tresor2k/realdentalcosts-hs.git

library
  exposed-modules:  RealDentalCosts.Api
  build-depends:    base >=4.14 && <5,
                    aeson >=2.0 && <2.3,
                    http-conduit >=2.3 && <2.4,
                    text >=1.2 && <2.2
  hs-source-dirs:   src
  default-language: Haskell2010