forked from Happstack/happstack-jmacro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhappstack-jmacro.cabal
34 lines (32 loc) · 1.35 KB
/
happstack-jmacro.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
26
27
28
29
30
31
32
33
34
Name: happstack-jmacro
Version: 7.0.12.6
Synopsis: Support for using JMacro with Happstack
Description: JMacro provides QuasiQuote support for embedding javascript in Haskell source. This module provides some helper functions for serving the generated javascript via Happstack
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: [email protected]
-- Copyright:
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.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.1
Library
Default-language: Haskell2010
Exposed-modules: Happstack.Server.JMacro
Build-depends:
base > 4 && < 5,
base64-bytestring >= 0.1 && < 1.3,
bytestring >= 0.9 && < 0.13,
cereal >= 0.3 && < 0.6,
digest == 0.0.*,
happstack-server >= 6.4 && < 7.10,
jmacro == 0.6.*,
wl-pprint-text >= 1.1 && < 1.3,
text >= 0.9 && < 2.2,
utf8-string >= 0.3 && < 1.1
source-repository head
type: git
location: https://github.com/Happstack/happstack-jmacro.git