cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: f7b42ddbfbcd70bee034e064181b72a998e326a895efdf2c524583c4f47131ca name: curl-runnings version: 0.17.0 synopsis: A framework for declaratively writing curl based API tests description: Please see the README on Github at category: Testing homepage: https://github.com/aviaviavi/curl-runnings#readme bug-reports: https://github.com/aviaviavi/curl-runnings/issues author: Avi Press maintainer: mail@avi.press copyright: 2020 Avi Press license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md examples/auth.yaml examples/example-spec.dhall examples/example-spec.json examples/example-spec.yaml examples/importable.yaml examples/interpolation-spec.yaml source-repository head type: git location: https://github.com/aviaviavi/curl-runnings library exposed-modules: Testing.CurlRunnings Testing.CurlRunnings.Types Testing.CurlRunnings.Internal Testing.CurlRunnings.Internal.Aeson Testing.CurlRunnings.Internal.Parser Testing.CurlRunnings.Internal.Headers Testing.CurlRunnings.Internal.KeyValuePairs Testing.CurlRunnings.Internal.Payload other-modules: Paths_curl_runnings hs-source-dirs: src build-depends: aeson >=1.2.4.0 , base >=4.0 && <5 , base64-bytestring >=1.0.0.2 , bytestring >=0.10.8.2 , case-insensitive >=0.2.1 , clock >=0.7.2 , connection >=0.2.8 , dhall >=1.8.2 , dhall-json >=1.0.9 , directory >=1.3.0.2 , hashable >=1.2.7.0 , http-client-tls >=0.3.5.3 , http-conduit >=2.3.6 , http-types >=0.12.3 , megaparsec >=7.0.4 , pretty-simple >=2.0.2.1 , regex-posix >=0.95.2 , text >=1.2.2.2 , transformers >=0.5.2.0 , unordered-containers >=0.2.8.0 , vector >=0.12.0 , yaml >=0.8.28 default-language: Haskell2010 executable curl-runnings main-is: Main.hs other-modules: Paths_curl_runnings hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.2.4.0 , base >=4.7 , bytestring >=0.10.8.2 , cmdargs >=0.10.20 , curl-runnings , directory >=1.3.0.2 , http-conduit >=2.2.4 , tar >=0.5.0.3 , text >=1.2.2.2 , zlib >=0.6.1.2 default-language: Haskell2010 test-suite curl-runnings-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_curl_runnings hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.2.4.0 , base >=4.0 && <5 , bytestring >=0.10.8.2 , curl-runnings , directory >=1.3.0.2 , hspec >=2.4.4 , hspec-expectations >=0.8.2 , raw-strings-qq >=1.1 , text >=1.2.2.2 default-language: Haskell2010