cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: http-api-data-qq version: 0.1.0.0 x-revision: 5 synopsis: Quasiquoter for building URLs with ToHttpApiData types description: Quasiquoter for building URLs with strings interpolated using ToHttpApiData instances category: Web homepage: https://github.com/brandonchinn178/http-api-data-qq#readme bug-reports: https://github.com/brandonchinn178/http-api-data-qq/issues maintainer: Brandon Chinn license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/brandonchinn178/http-api-data-qq library exposed-modules: Web.HttpApiData.QQ Web.HttpApiData.QQ.Parser other-modules: Paths_http_api_data_qq hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.12 && <5 , http-api-data >=0.4.1.1 && <0.7 , template-haskell >=2.14 && <2.22 , text >=1.2.3.1 && <2.2 default-language: Haskell2010 test-suite http-api-data-qq-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Web.HttpApiData.QQ.ParserTest Web.HttpApiData.QQTest Paths_http_api_data_qq hs-source-dirs: test ghc-options: -Wall build-depends: aeson , base , bytestring , containers , http-api-data , http-api-data-qq , http-client , tasty , tasty-hunit , tasty-quickcheck , text default-language: Haskell2010