| 1
| Name: happstack-plugins
|
|
| |
| 3
4
5
6
7
8
9
| Synopsis: The haskell application server stack + reload
Description: This library provides support for automatically recompiling and reloading modules into a running server.
License: BSD3
License-file: COPYING
Author: Happstack team, HAppS LLC
Maintainer: Happstack team <happs@googlegroups.com>
homepage: http://happstack.com
|
|
| 10
| Category: Web, Happstack
|
|
| 11
12
13
14
15
16
| Build-Type: Simple
Cabal-Version: >= 1.6
source-repository head
type: darcs
subdir: happstack-plugins
|
|
| 17
| location: http://hub.darcs.net/stepcut/happstack
|
|
| 18
19
20
21
22
23
24
25
26
|
Flag base4
Description: Choose the even newer, even smaller, split-up base package.
Flag tests
Description: Build the testsuite, and include the tests in the library
Default: False
Library
|
|
| 27
| exposed-modules: Happstack.Server.Plugins.Dynamic
|
|
| 28
29
| Happstack.Server.Plugins.Static
|
|
| 30
31
| build-depends: base >= 3 && < 5,
plugins-auto == 0.0.*,
|
|
| |
| 33
| happstack-server >= 6 && <7.2,
|
|
| 34
35
| template-haskell >= 2.6 && <2.8,
th-lift == 0.5.*
|
|
| |
| |