packages feed

ltiv1p1-1.0.0.3: ltiv1p1.cabal

name: ltiv1p1
version: 1.0.0.3
cabal-version: 1.12
build-type: Simple
license: MIT
license-file: LICENSE
copyright: (c) Artem Chirkin
maintainer: Artem Chirkin <chirkin@arch.ethz.ch>
stability: experimental
homepage: https://github.com/achirkin/qua-kit
bug-reports: https://github.com/achirkin/qua-kit/issues
synopsis: Partial implementation of a service provider for LTI 1.1.
description:
    Service provider implementation for IMS Global Learning Tools Interoperability™ 1.1.
    Mean to be used for LTI components at edX.
category: Network, Web
author: Artem Chirkin

source-repository head
  type:     git
  location: https://github.com/achirkin/qua-kit.git

library
    exposed-modules:
        Web.LTI
    build-depends:
        base >=4 && <5,
        bytestring >=0.10.6.0,
        xml-hamlet >=0.4.0.11,
        xml-conduit >=1.3.4,
        text >=1.2.2.0,
        authenticate-oauth >=1.6,
        containers >=0.5.6.2,
        http-client >=0.4.27,
        http-types >=0.9,
        transformers >=0.4.1.0,
        blaze-builder >=0.4.0.1,
        wai >=3.2.0,
        wai-extra >=3.0.7,
        time >=1.5.0.1,
        random >=1.1,
        data-default >=0.5.3,
        yesod-core >=1.4.19
    default-language: Haskell2010
    hs-source-dirs: src
    ghc-options: -Wall -ferror-spans