cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.3.
--
-- see: https://github.com/sol/hpack
name: autodocodec-http-api-data
version: 0.0.0.0
synopsis: Autodocodec interpreters for http-api-data
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: 2026 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
LICENSE
CHANGELOG.md
source-repository head
type: git
location: https://github.com/NorfairKing/autodocodec
library
exposed-modules:
Autodocodec.FormUrlEncoded
other-modules:
Paths_autodocodec_http_api_data
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Widentities -Wredundant-constraints -Wcpp-undef
build-depends:
aeson
, autodocodec >=0.6.0.0
, base >=4.7 && <5
, bytestring
, http-api-data
, text
, unordered-containers
, vector
default-language: Haskell2010