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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: haskell-happstack-authenticate
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-acid-state-dev (>= 0.6)
, libghc-acid-state-dev (<< 0.13.1)
, libghc-acid-state-prof
, libghc-aeson-dev (>= 0.4)
, libghc-aeson-dev (<< 0.8)
, libghc-aeson-prof
, libghc-authenticate-dev (>= 1.3)
, libghc-authenticate-dev (<< 1.4)
, libghc-authenticate-prof
, libghc-blaze-html-dev (>= 0.5)
, libghc-blaze-html-dev (<< 0.8)
, libghc-blaze-html-prof
, libghc-fb-dev (>= 0.13)
, libghc-fb-dev (<< 1.1)
, libghc-fb-prof
, libghc-happstack-server-dev (>= 6.0)
, libghc-happstack-server-dev (<< 7.4)
, libghc-happstack-server-prof
, libghc-http-conduit-dev (>= 1.4)
, libghc-http-conduit-dev (<< 2.2)
, libghc-http-conduit-prof
, libghc-http-types-dev (>= 0.6)
, libghc-http-types-dev (<< 0.9)
, libghc-http-types-prof
, libghc-ixset-dev (>= 1.0)
, libghc-ixset-dev (<< 1.1)
, libghc-ixset-prof
, libghc-mtl-dev (>= 2.0)
, libghc-mtl-prof
, libghc-pwstore-fast-dev
, libghc-pwstore-fast-prof
, libghc-quickcheck2-dev
, libghc-quickcheck2-prof
, libghc-reform-dev (>= 0.2)
, libghc-reform-dev (<< 0.3)
, libghc-reform-prof
, libghc-reform-blaze-dev (>= 0.2)
, libghc-reform-blaze-dev (<< 0.3)
, libghc-reform-blaze-prof
, libghc-reform-happstack-dev (>= 0.2)
, libghc-reform-happstack-dev (<< 0.3)
, libghc-reform-happstack-prof
, libghc-safecopy-dev (>= 0.6)
, libghc-safecopy-prof
, libghc-text-dev (>= 0.11)
, libghc-text-dev (<< 1.2)
, libghc-text-prof
, libghc-unordered-containers-dev (>= 0.2)
, libghc-unordered-containers-dev (<< 0.3)
, libghc-unordered-containers-prof
, libghc-web-routes-dev (>= 0.26)
, libghc-web-routes-dev (<< 0.28)
, libghc-web-routes-prof
, libghc-web-routes-happstack-dev (>= 0.23)
, libghc-web-routes-happstack-dev (<< 0.24)
, libghc-web-routes-happstack-prof
Build-Depends-Indep: ghc-doc
, libghc-acid-state-doc
, libghc-aeson-doc
, libghc-authenticate-doc
, libghc-blaze-html-doc
, libghc-fb-doc
, libghc-happstack-server-doc
, libghc-http-conduit-doc
, libghc-http-types-doc
, libghc-ixset-doc
, libghc-mtl-doc
, libghc-pwstore-fast-doc
, libghc-quickcheck2-doc
, libghc-reform-doc
, libghc-reform-blaze-doc
, libghc-reform-happstack-doc
, libghc-safecopy-doc
, libghc-text-doc
, libghc-unordered-containers-doc
, libghc-web-routes-doc
, libghc-web-routes-happstack-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/happstack-authenticate
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-happstack-authenticate
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-authenticate
X-Description: Happstack authentication library
A themeable web authentication library with support for
username+password and OpenID.
Package: libghc-happstack-authenticate-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-happstack-authenticate-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-happstack-authenticate-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|