cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 2a011ddee452dba896db15bbf8b248aacc83871b0843b81aa44e38c72fcac639 name: slack-verify version: 0.1.0.0 synopsis: Slack API Request Verification HMAC description: Please see the README on GitHub at category: Web homepage: https://github.com/kkweon/slack-verify-haskell#readme bug-reports: https://github.com/kkweon/slack-verify-haskell/issues author: Kyung Mo Kweon maintainer: kkweon@gmaill.com copyright: 2018 Kyung Mo Kweon license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md LICENSE source-repository head type: git location: https://github.com/kkweon/slack-verify-haskell library exposed-modules: Web.Slack.Auth other-modules: Paths_slack_verify hs-source-dirs: src build-depends: base >=4.7 && <5 , base16-bytestring >=0.1 , bytestring >=0.10 , cryptonite >=0.25 default-language: Haskell2010 test-suite slack-verify-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Web.Slack.AuthSpec Paths_slack_verify hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , base16-bytestring >=0.1 , bytestring >=0.10 , cryptonite >=0.25 , hspec , slack-verify default-language: Haskell2010