packages feed

yesod-auth-kerberos-1.4.3: yesod-auth-kerberos.cabal

name:            yesod-auth-kerberos
version:         1.4.3
license:         BSD3
license-file:    LICENSE
author:          Arash Rouhani
maintainer:      Arash Rouhani
synopsis:        Kerberos Authentication for Yesod.
category:        Web, Yesod
stability:       Stable
cabal-version:   >= 1.6.0
build-type:      Simple
homepage:        http://www.yesodweb.com/
description:     Kerberos Authentication for Yesod.

library
    build-depends:   base                    >= 4.3       && < 5
                   , authenticate-kerberos   >= 1.0       && < 1.1
                   , yesod-core              >= 1.4       && < 2.0
                   , yesod-auth              >= 1.4       && < 2.0
                   , yesod-form              >= 1.4       && < 2.0
                   , bytestring              >= 0.9.1.4   && < 0.11
                   , shakespeare             >= 2.0       && < 2.1
                   , text                    >= 0.7       && < 2.0
                   , transformers            >= 0.2.2     && < 0.5

    exposed-modules: Yesod.Auth.Kerberos
    ghc-options:     -Wall

source-repository head
  type:     git
  location: https://github.com/Tarrasch/yesod-auth-kerberos