-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathghcjs-perch.cabal
62 lines (39 loc) · 1.59 KB
/
ghcjs-perch.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: ghcjs-perch
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.3.3.3
synopsis: GHCJS version of Perch library.
description: This package makes the creation of DOM elements easy
with a syntax similar to other Haskell HTML generators
such as `blaze-html`, using monoids and monads.
license: MIT
license-file: LICENSE
author: Arthur S. Fayzrakhmanov
maintainer: [email protected]
copyright: Copyright © 2015-2016 Arthur S. Fayzrakhmanov. All rights reserved.
category: Web
build-type: Simple
-- Extra files to be distributed with the package, such as examples or a
-- README.
-- extra-source-files:
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.10
library
exposed-modules: GHCJS.Perch
other-modules: Internal.API
Internal.FFI
Internal.Perch
Internal.Type
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base >= 4.7 && < 5
, transformers >= 0.4.2.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-do-bind
if impl(ghcjs >= 0.1)
build-depends: ghcjs-base
source-repository head
type: git
location: https://github.com/geraldus/ghcjs-perch.git