forked from purescript/trypurescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrypurescript.cabal
More file actions
36 lines (35 loc) Β· 1.04 KB
/
trypurescript.cabal
File metadata and controls
36 lines (35 loc) Β· 1.04 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
30
31
32
33
34
35
36
name: trypurescript
version: 1.0.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: (c) Phil Freeman 2013
maintainer: paf31@cantab.net
synopsis: Interactive PureScript in the Browser
description: A simple web app for trying out the PureScript compiler
category: Web
author: Phil Freeman
data-dir: ""
executable trypurescript
build-depends: base ==4.*,
aeson -any,
bytestring >=0.10.0.2 && <0.11,
data-default -any,
directory -any,
filepath -any,
Glob -any,
scotty -any,
purescript ==0.13.8,
containers -any,
http-types >= 0.8.5,
transformers ==0.5.*,
mtl ==2.2.2,
text -any,
time -any,
warp -any
hs-source-dirs: server
main-is: Main.hs
buildable: True
other-modules: Main
ghc-options: -Werror -O2 -threaded -rtsopts