Spock-auth-0.2.0.0: Spock-auth.cabal
name: Spock-auth
version: 0.2.0.0
synopsis: Provides authentification helpers for Spock
Homepage: https://github.com/agrafix/Spock-auth
Bug-reports: https://github.com/agrafix/Spock-auth/issues
license: BSD3
author: Alexander Thiemann <mail@agrafix.net>
maintainer: mail@agrafix.net
copyright: (c) 2014 Alexander Thiemann
category: Web
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: Web.Spock.Auth
build-depends: base >= 4 && < 5,
Spock ==0.5.*,
text,
http-types,
time
ghc-options: -Wall -fno-warn-orphans
source-repository head
type: git
location: git://github.com/agrafix/Spock-auth.git