cabal-version: 1.12 name: aws-xray-client-wai version: 0.1.0.0 license: MIT copyright: 2021 Renaissance Learning Inc maintainer: engineering@freckle.com author: Freckle R&D homepage: https://github.com/freckle/aws-xray-client#readme bug-reports: https://github.com/freckle/aws-xray-client/issues synopsis: A client for AWS X-Ray integration with WAI. description: Works with `aws-xray-client` to enable X-Ray tracing with WAI. build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/freckle/aws-xray-client library exposed-modules: Network.AWS.XRayClient.WAI hs-source-dirs: library other-modules: Paths_aws_xray_client_wai default-language: Haskell2010 default-extensions: BangPatterns DataKinds DeriveAnyClass DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TypeApplications TypeFamilies build-depends: aws-xray-client >=0.1.0.0, base >=4.12.0.0 && <5, bytestring >=0.10.8.2, containers >=0.6.0.1, http-types >=0.12.3, lens >=4.17.1, random >=1.1, text >=1.2.3.1, time >=1.8.0.2, unliftio >=0.2.11, unliftio-core >=0.1.2.0, vault >=0.3.1.2, wai >=3.2.2.1