File: cabalapi.cabal

package info (click to toggle)
ghc-mod 4.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 492 kB
  • ctags: 199
  • sloc: haskell: 2,267; lisp: 1,162; sh: 34; makefile: 33
file content (67 lines) | stat: -rw-r--r-- 2,532 bytes parent folder | download
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
Name:                   ghc-mod
Version:                1.11.3
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Homepage:               http://www.mew.org/~kazu/proj/ghc-mod/
Synopsis:               Happy Haskell programming on Emacs/Vim
Description:            This packages includes Elisp files
			and a Haskell command, "ghc-mod".
			"ghc*.el" enable completion of
			Haskell symbols on Emacs.
                        Flymake is also integrated.
			"ghc-mod" is a backend of "ghc*.el".
			It lists up all installed modules
                        or extracts names of functions, classes,
                        and data declarations.
                        To use "ghc-mod" on Vim,
                        see <https://github.com/eagletmt/ghcmod-vim> or
                        <https://github.com/scrooloose/syntastic>
Category:               Development
Cabal-Version:          >= 1.6
Build-Type:             Simple
Data-Dir:               elisp
Data-Files:             Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
                        ghc-flymake.el ghc-command.el ghc-info.el
                        ghc-ins-mod.el ghc-indent.el
Executable ghc-mod
  Main-Is:              GHCMod.hs
  Other-Modules:        Browse
                        CabalApi
                        Cabal
                        CabalDev
                        Check
                        ErrMsg
                        Flag
                        GHCApi
                        GHCChoice
                        Gap
                        Info
                        Lang
                        Lint
                        List
                        Paths_ghc_mod
                        Types
  GHC-Options:          -Wall
  Build-Depends:        base >= 4.0 && < 5
                      , Cabal >= 1.10
                      , template-haskell

Test-Suite spec
  Main-Is:              Spec.hs
  Hs-Source-Dirs:       test, .
  Type:                 exitcode-stdio-1.0
  Other-Modules:        Expectation
                        BrowseSpec
                        CabalApiSpec
                        FlagSpec
                        LangSpec
                        LintSpec
                        ListSpec
  Build-Depends:        base >= 4.0 && < 5
                      , Cabal >= 1.10

Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/ghc-mod.git