cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: lti13 version: 0.3.0.0 synopsis: Core functionality for LTI 1.3 description: A library implementing the core authentication protocol, suitable for use in implementing libraries for any web framework. An example use is category: Web homepage: https://github.com/lf-/lti13#readme bug-reports: https://github.com/lf-/lti13/issues author: Jade Lovelace maintainer: Jade Lovelace license: LGPL-3 license-file: LICENSE build-type: Simple tested-with: GHC ==8.10.7 || ==9.2.5 || ==9.4.3 extra-source-files: CHANGELOG.md README.md ./tests/example.json source-repository head type: git location: https://github.com/lf-/lti13 library exposed-modules: Web.LTI13 other-modules: Paths_lti13 hs-source-dirs: src default-extensions: NamedFieldPuns OverloadedStrings RecordWildCards DerivingStrategies DeriveGeneric ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-export-lists -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unused-packages -Wno-missing-kind-signatures build-depends: aeson >=2 && <2.2 , base >=4.12.0 && <5 , bytestring >=0.10.10 && <0.12 , containers >=0.6.2 && <0.7 , http-client >=0.6.4 && <0.8 , http-types >=0.12.3 && <0.13 , jose-jwt >=0.8.0 && <0.10 , oidc-client ==0.7.* , safe-exceptions >=0.1.7 && <0.2 , text >=1.2.4 && <1.3 || >=2.0 && <2.1 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: AnonSpec ParsingSpec Paths_lti13 hs-source-dirs: tests default-extensions: NamedFieldPuns OverloadedStrings RecordWildCards DerivingStrategies DeriveGeneric ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-export-lists -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unused-packages -Wno-missing-kind-signatures build-tool-depends: hspec-discover:hspec-discover build-depends: QuickCheck , aeson >=2 && <2.2 , base >=4.12.0 && <5 , bytestring >=0.10.10 && <0.12 , containers >=0.6.2 && <0.7 , file-embed , hspec , http-client >=0.6.4 && <0.8 , http-types >=0.12.3 && <0.13 , jose-jwt >=0.8.0 && <0.10 , lti13 , oidc-client ==0.7.* , safe-exceptions >=0.1.7 && <0.2 , text >=1.2.4 && <1.3 || >=2.0 && <2.1 , th-utilities default-language: Haskell2010