-
Notifications
You must be signed in to change notification settings - Fork 6
/
yesod-purescript.cabal
64 lines (58 loc) · 1.85 KB
/
yesod-purescript.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
63
64
name: yesod-purescript
version: 0.0.5
synopsis: PureScript integration for Yesod
description: PureScript is an awesome statically typed language that compiles to JS and runs in your browser, and this module makes it easier to use PureScript in Yesod.
homepage: https://github.com/mpietrzak/yesod-purescript
license: MIT
license-file: LICENSE
author: Maciej Pietrzak
maintainer: [email protected]
category: Web, Yesod
build-type: Simple
cabal-version: >=1.8
stability: experimental
extra-source-files: test/ps1/*.js
, test/ps1/*.purs
, test/ps2/*.purs
, test/*.hs
source-repository head
type: git
location: https://github.com/mpietrzak/yesod-purescript
library
exposed-modules: Yesod.PureScript.EmbeddedGenerator
build-depends: aeson >= 0.8
, base >= 4 && < 5
, bytestring
, containers
, data-default
, directory
, filepath
, formatting
, fsnotify
, Glob
, mtl
, purescript >= 0.7 && < 0.8
, regex-tdfa
, shakespeare >= 2
, text
, time
, system-filepath
, system-fileio
, template-haskell
, transformers
, yesod-core
, yesod-static
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
ghc-options: -Wall
main-is: Spec.hs
Build-Depends:
yesod-purescript
, base
, hspec >= 2.1
, process
, template-haskell
, text
, yesod-static