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: pagerduty-hs version: 0.2.0.0 synopsis: An interface to the PagerDuty API. description: Please see the README on GitHub at category: API homepage: https://github.com/dustin/pagerduty-hs#readme bug-reports: https://github.com/dustin/pagerduty-hs/issues author: Dustin Sallings maintainer: dustin@spy.net copyright: Copyright © 2021 Dustin Sallings license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dustin/pagerduty-hs library exposed-modules: Network.API.PagerDuty.EventV1 Network.API.PagerDuty.EventV1Lenses other-modules: Paths_pagerduty_hs hs-source-dirs: src default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -Wall -O2 build-depends: aeson , base >=4.7 && <5 , exceptions , lens , text , wreq default-language: Haskell2010 test-suite pagerduty-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_pagerduty_hs hs-source-dirs: test default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , aeson , base >=4.7 && <5 , exceptions , lens , pagerduty-hs , tasty , tasty-hunit , tasty-quickcheck , text , wreq default-language: Haskell2010