hub.darcs.net :: stepcut -> happstack -> annotate -> happstack-plugins/happstack-plugins.cabal

Official Happstack Repository (http://www.happstack.com/)

added happstack-plugins jeremy@n-heptane.com Thu Oct 21 02:24:28 UTC 2010
1
Name:                happstack-plugins
happstack-plugins-7.0.2: bumped upper bounds on happstack-server jeremy@n-heptane.com Thu Nov 29 06:18:33 UTC 2012
2
Version:             7.0.2
added happstack-plugins jeremy@n-heptane.com Thu Oct 21 02:24:28 UTC 2010
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
Put Happstack-specific packages in Happstack category Dag Odenhall <dag.odenhall@gmail.com> Mon Jun 18 21:49:51 UTC 2012
10
Category:            Web, Happstack
added happstack-plugins jeremy@n-heptane.com Thu Oct 21 02:24:28 UTC 2010
11
12
13
14
15
16
Build-Type:          Simple
Cabal-Version:       >= 1.6

source-repository head
    type:     darcs
    subdir:   happstack-plugins
move happstack repo to hub.darcs.net, update .cabal files jeremy@n-heptane.com Fri Sep 21 21:10:11 UTC 2012
17
    location: http://hub.darcs.net/stepcut/happstack
added happstack-plugins jeremy@n-heptane.com Thu Oct 21 02:24:28 UTC 2010
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
Moved most of plugins code to the plugins-auto package. facundominguez@gmail.com Sat Dec 3 15:10:33 UTC 2011
27
  exposed-modules:     Happstack.Server.Plugins.Dynamic
added happstack-plugins jeremy@n-heptane.com Thu Oct 21 02:24:28 UTC 2010
28
29
                       Happstack.Server.Plugins.Static
happstack-plugins-6.3.2: bumped upper bounds on happstack-server depends jeremy@n-heptane.com Mon Jan 23 00:21:26 UTC 2012
30
31
  build-depends:       base             >= 3 && < 5,
                       plugins-auto     == 0.0.*,
happstack-plugins-7.0.1: allow mtl < 2.2 jeremy@n-heptane.com Sat Apr 21 00:06:03 UTC 2012
32
                       mtl              >= 2.0 && <2.2,
happstack-plugins: bump upper bounds on happstack-server jeremy@n-heptane.com Tue Nov 20 20:27:26 UTC 2012
33
                       happstack-server >= 6   && <7.2,
happstack-plugins-6.3.2: bumped upper bounds on happstack-server depends jeremy@n-heptane.com Mon Jan 23 00:21:26 UTC 2012
34
35
                       template-haskell >= 2.6 && <2.8,
                       th-lift          == 0.5.*
happstack-plugins-7.0.0. jeremy@n-heptane.com Thu Mar 29 16:26:21 UTC 2012
Moved most of plugins code to the plugins-auto package. facundominguez@gmail.com Sat Dec 3 15:10:33 UTC 2011
37
  ghc-options:      -Wall