forked from codemirror/codemirror5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghcjs-codemirror.cabal
118 lines (116 loc) · 3.11 KB
/
ghcjs-codemirror.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: ghcjs-codemirror
version: 0.0.0.2
synopsis: Installs CodeMirror JavaScript files
description: CodeMirror is a versatile text editor implemented in
JavaScript for the browser. It is specialized for
editing code, and comes with a number of language modes
and addons that implement more advanced editing
functionaly.
homepage: https://github.com/ghcjs/CodeMirror
license: MIT
license-file: LICENSE
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
data-dir: .
data-files:
lib/codemirror.js
lib/codemirror.css
keymap/vim.js
keymap/emacs.js
mode/verilog/verilog.js
mode/pascal/pascal.js
mode/rst/rst.js
mode/vbscript/vbscript.js
mode/q/q.js
mode/yaml/yaml.js
mode/velocity/velocity.js
mode/d/d.js
mode/clojure/clojure.js
mode/meta.js
mode/asterisk/asterisk.js
mode/xml/xml.js
mode/clike/clike.js
mode/tcl/tcl.js
mode/tiki/tiki.js
mode/less/less.js
mode/sql/sql.js
mode/stex/stex.js
mode/stex/test.js
mode/coffeescript/coffeescript.js
mode/python/python.js
mode/diff/diff.js
mode/go/go.js
mode/scheme/scheme.js
mode/jinja2/jinja2.js
mode/smarty/smarty.js
mode/sass/sass.js
mode/http/http.js
mode/gfm/gfm.js
mode/gfm/test.js
mode/shell/shell.js
mode/haxe/haxe.js
mode/turtle/turtle.js
mode/rust/rust.js
mode/apl/apl.js
mode/markdown/markdown.js
mode/markdown/test.js
mode/ntriples/ntriples.js
mode/lua/lua.js
mode/haskell/haskell.js
mode/tiddlywiki/tiddlywiki.js
mode/xquery/xquery.js
mode/xquery/test.js
mode/ruby/ruby.js
mode/css/css.js
mode/css/test.js
mode/htmlembedded/htmlembedded.js
mode/smalltalk/smalltalk.js
mode/vb/vb.js
mode/sieve/sieve.js
mode/z80/z80.js
mode/erlang/erlang.js
mode/commonlisp/commonlisp.js
mode/properties/properties.js
mode/perl/perl.js
mode/pig/pig.js
mode/ecl/ecl.js
mode/r/r.js
mode/rpm/changes/changes.js
mode/rpm/spec/spec.js
mode/javascript/javascript.js
mode/mirc/mirc.js
mode/php/php.js
mode/ocaml/ocaml.js
mode/htmlmixed/htmlmixed.js
mode/sparql/sparql.js
mode/groovy/groovy.js
mode/tiki/tiki.css
mode/tiddlywiki/tiddlywiki.css
mode/rpm/spec/spec.css
theme/monokai.css
theme/neat.css
theme/blackboard.css
theme/erlang-dark.css
theme/elegant.css
theme/xq-dark.css
theme/solarized.css
theme/night.css
theme/ambiance.css
theme/rubyblue.css
theme/vibrant-ink.css
theme/twilight.css
theme/eclipse.css
theme/ambiance-mobile.css
theme/lesser-dark.css
theme/cobalt.css
Source-Repository head
type: git
location: https://github.com/ghcjs/CodeMirror
library
exposed-modules: GHCJS.CodeMirror
other-modules: Paths_ghcjs_codemirror
build-depends: base <6
default-language: Haskell2010
hs-source-dirs: src