-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhappstack-auth.cabal
26 lines (19 loc) · 971 Bytes
/
happstack-auth.cabal
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
Name: happstack-auth
Version: 0.1
License: BSD3
Author: Mighty Byte
Maintainer: Mighty Byte
Synopsis: Happstack authentication suite
Description: Happstack module
Category: Web
homepage: http://github.com/mightybyte/happstack-auth/tree/master
Build-Type: Simple
hs-source-dirs: src
Exposed-modules: Happstack.Auth
Build-Depends: haskell98, base, bytestring, mtl, containers, happstack, happstack-state, happstack-server,
happstack-ixset, happstack-data, Crypto >= 4.2.0
Extensions: TemplateHaskell, DeriveDataTypeable, MultiParamTypeClasses,
TypeFamilies, FlexibleContexts, OverlappingInstances,
FlexibleInstances, UndecidableInstances, ScopedTypeVariables,
TypeSynonymInstances, PatternGuards
CPP, ForeignFunctionInterface