name: asap version: 0.0.4 synopsis: Atlassian Service Authentication Protocol description: Atlassian Service Authentication Protocol. homepage: https://bitbucket.org/atlassian-marketplace/haskell-asap author: Atlassian Marketplace maintainer: marketplace@atlassian.com license: Apache-2.0 license-file: LICENSE.txt category: Web build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://bitbucket.org/atlassian-marketplace/haskell-asap.git library hs-source-dirs: lib exposed-modules: Web.JWT.ASAP other-modules: Web.JWT.ASAP.Env , Web.JWT.ASAP.Error build-depends: base >= 4.8 && < 4.13 , bytestring >= 0.10.8 && < 0.11 , jwt >= 0.10 && < 0.11 , mtl >= 2.2.2 && < 2.3 , text >= 1.2 && < 1.3 , time >= 1.8 && < 1.9 , semigroups >= 0.18 && < 0.19 , lens >= 4.15 && < 4.18 , uuid >= 1.3 && < 1.4 test-suite asap-tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs other-modules: Util build-depends: asap , base , mtl , time , jwt , text , hedgehog >= 0.6 && < 0.7