File: happstack-authenticate.cabal

package info (click to toggle)
haskell-happstack-authenticate 0.10.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • sloc: haskell: 1,512; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Name:                happstack-authenticate
Version:             0.10.12
Synopsis:            Happstack Authentication Library
Description:         A themeable authentication library with support for username+password and OpenId.
Homepage:            http://www.happstack.com/
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw.
Maintainer:          jeremy@seereason.com
Copyright:           2011 SeeReason Partners, LLC
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6


source-repository head
    type:     darcs
    subdir:   happstack-authenticate
    location: http://hub.darcs.net/stepcut/happstack


Library
  Exposed-modules:     Happstack.Auth
                       Happstack.Auth.Blaze.Templates
                       Happstack.Auth.Core.Profile,
                       Happstack.Auth.Core.Auth,
                       Happstack.Auth.Core.ProfileURL,
                       Happstack.Auth.Core.AuthParts,
                       Happstack.Auth.Core.ProfileParts,
                       Happstack.Auth.Core.AuthURL,
                       Happstack.Auth.Core.AuthProfileURL

  Build-depends:       base                         > 4 && < 5,
                       acid-state                   >= 0.6 && <= 0.13,
                       aeson                        >= 0.4 && < 0.8,
                       authenticate                 == 1.3.*,
                       blaze-html                   >= 0.5 && < 0.8,
                       bytestring                   >= 0.9 && < 0.11,
                       containers                   >= 0.4 && < 0.6,
                       ixset                        >= 1.0 && < 1.1,
                       happstack-server             >= 6.0 && < 7.4,
                       http-conduit                 >= 1.4 && < 2.2,
                       http-types                   >= 0.6 && < 0.9,
                       fb                           >= 0.13 && < 1.1,
                       safecopy                     >= 0.6,
                       mtl                          >= 2.0,
                       pwstore-fast,
                       QuickCheck                   >= 2,
                       text                         >= 0.11 && < 1.2,
                       time                         >= 1.2 && < 1.5,
                       reform                       == 0.2.*,
                       reform-blaze                 == 0.2.*,
                       reform-happstack             == 0.2.*,
                       unordered-containers         == 0.2.*,
                       web-routes                   >= 0.26 && < 0.28,
                       web-routes-happstack         == 0.23.*