-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhappstack-lite.cabal
More file actions
29 lines (26 loc) · 1.13 KB
/
happstack-lite.cabal
File metadata and controls
29 lines (26 loc) · 1.13 KB
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
Name: happstack-lite
Version: 7.3.8
Synopsis: Happstack minus the useless stuff
Description: This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: jeremy@n-heptane.com
Stability: Provisional
Category: Web, Happstack
Build-type: Simple
Cabal-version: >=1.10
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
source-repository head
type: git
location: https://github.com/Happstack/happstack-lite.git
Library
Default-language: Haskell2010
Exposed-modules:
Happstack.Lite
Build-depends: base < 5,
bytestring >= 0.9 && < 0.12,
happstack-server >= 7.1 && < 7.8,
mtl >= 2 && < 2.3,
text >= 0.11 && < 2.1