packages feed

ghcjs-codemirror-0.0.0.1: ghcjs-codemirror.cabal

name:                ghcjs-codemirror
version:             0.0.0.1
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:          Hamish.K.Mackenzie@gmail.com
category:            Web
build-type:          Custom
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