hackage-metadata: download latest revisions
This commit is contained in:
parent
29baf356c7
commit
9431d4dc82
@ -1,29 +1,30 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Haskell symbols on Emacs.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
Executable ghc-mod
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
GHC-Options: -Wall
|
Main-Is: GHCMod.hs
|
||||||
Build-Depends: base >= 4.0 && < 4.3,
|
GHC-Options: -Wall
|
||||||
parsec, process, haskell-src-exts
|
Build-Depends: base >= 4.0 && < 4.3,
|
||||||
Source-Repository head
|
parsec, process, haskell-src-exts
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,33 +1,34 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Param
|
Main-Is: GHCMod.hs
|
||||||
GHC-Options: -Wall
|
Other-Modules: List Browse Check Param
|
||||||
Build-Depends: base >= 4.0 && < 4.3,
|
GHC-Options: -Wall
|
||||||
parsec >= 3, process, haskell-src-exts,
|
Build-Depends: base >= 4.0 && < 4.3,
|
||||||
directory, filepath
|
parsec >= 3, process, haskell-src-exts,
|
||||||
Source-Repository head
|
directory, filepath
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,36 +1,37 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Param Lang
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Param Lang
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3,
|
GHC-Options: -Wall
|
||||||
parsec >= 3, process, haskell-src-exts,
|
Build-Depends: base >= 4.0 && < 4.3,
|
||||||
directory, filepath
|
parsec >= 3, process, haskell-src-exts,
|
||||||
Source-Repository head
|
directory, filepath
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath, hlint >= 1.7.1
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath, hlint >= 1.7.1
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.4.3
|
Version: 0.4.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath, hlint >= 1.7.1
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath, hlint >= 1.7.1
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath, hlint >= 1.7.1
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath, hlint >= 1.7.1
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el ghc-info.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el ghc-info.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Info Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Info Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath, hlint >= 1.7.1
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
Source-Repository head
|
process, directory, filepath, hlint >= 1.7.1
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1
|
hlint >= 1.7.1
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,36 +1,37 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.5.3
|
Version: 0.5.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
x-revision: 1
|
||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License-File: LICENSE
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
License-File: LICENSE
|
||||||
Synopsis: Happy Haskell programming on Emacs
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Description: This packages includes Elisp files
|
Synopsis: Happy Haskell programming on Emacs
|
||||||
and a Haskell command, "ghc-mod".
|
Description: This packages includes Elisp files
|
||||||
"ghc*.el" enable completion of
|
and a Haskell command, "ghc-mod".
|
||||||
Haskell symbols on Emacs.
|
"ghc*.el" enable completion of
|
||||||
Flymake is also integrated.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc*.el".
|
Flymake is also integrated.
|
||||||
It lists up all installed modules
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
or extracts names of functions, classes,
|
It lists up all installed modules
|
||||||
and data declarations.
|
or extracts names of functions, classes,
|
||||||
Category: Development
|
and data declarations.
|
||||||
Cabal-Version: >= 1.6
|
Category: Development
|
||||||
Build-Type: Simple
|
Cabal-Version: >= 1.6
|
||||||
Data-Dir: elisp
|
Build-Type: Simple
|
||||||
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
Data-Dir: elisp
|
||||||
ghc-flymake.el ghc-command.el ghc-info.el
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
||||||
Executable ghc-mod
|
ghc-flymake.el ghc-command.el ghc-info.el
|
||||||
Main-Is: GHCMod.hs
|
Executable ghc-mod
|
||||||
Other-Modules: List Browse Check Info Lang Lint Types
|
Main-Is: GHCMod.hs
|
||||||
if impl(ghc >= 6.12)
|
Other-Modules: List Browse Check Info Lang Lint Types
|
||||||
GHC-Options: -Wall -fno-warn-unused-do-bind
|
if impl(ghc >= 6.12)
|
||||||
else
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
||||||
GHC-Options: -Wall
|
else
|
||||||
Build-Depends: base >= 4.0 && 4.3, ghc, ghc-paths,
|
GHC-Options: -Wall
|
||||||
process, directory, filepath, old-time,
|
Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths,
|
||||||
hlint >= 1.7.1
|
process, directory, filepath, old-time,
|
||||||
Source-Repository head
|
hlint >= 1.7.1
|
||||||
Type: git
|
Source-Repository head
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.5.4
|
Version: 0.5.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1
|
hlint >= 1.7.1
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.5.5
|
Version: 0.5.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1
|
hlint >= 1.7.1
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.6.1
|
Version: 0.6.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec, enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -34,4 +35,4 @@ Executable ghc-mod
|
|||||||
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.1
|
Version: 1.10.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.10
|
Version: 1.10.10
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -61,4 +62,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.11
|
Version: 1.10.11
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.12
|
Version: 1.10.12
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.13
|
Version: 1.10.13
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.14
|
Version: 1.10.14
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.15
|
Version: 1.10.15
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.16
|
Version: 1.10.16
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.17
|
Version: 1.10.17
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.18
|
Version: 1.10.18
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.2
|
Version: 1.10.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.3
|
Version: 1.10.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.4
|
Version: 1.10.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.5
|
Version: 1.10.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -33,4 +34,4 @@ Executable ghc-mod
|
|||||||
hlint >= 1.7.1, regex-posix, Cabal
|
hlint >= 1.7.1, regex-posix, Cabal
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.6
|
Version: 1.10.6
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -59,4 +60,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.7
|
Version: 1.10.7
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -61,4 +62,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.8
|
Version: 1.10.8
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -61,4 +62,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.10.9
|
Version: 1.10.9
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -61,4 +62,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.0
|
Version: 1.11.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -63,4 +64,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.1
|
Version: 1.11.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -62,4 +63,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.2
|
Version: 1.11.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -64,4 +65,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.3
|
Version: 1.11.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -64,4 +65,4 @@ Executable ghc-mod
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.4
|
Version: 1.11.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -105,4 +106,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.11.5
|
Version: 1.11.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -106,4 +107,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -104,4 +105,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.1
|
Version: 1.12.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -104,4 +105,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.2
|
Version: 1.12.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -106,4 +107,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.3
|
Version: 1.12.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -110,4 +111,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.4
|
Version: 1.12.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -110,4 +111,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 1.12.5
|
Version: 1.12.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -110,4 +111,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -122,4 +123,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -120,4 +121,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -120,4 +121,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -120,4 +121,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -120,4 +121,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -121,4 +122,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 2.1.2
|
Version: 2.1.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -121,4 +122,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -122,4 +123,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -122,4 +123,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -122,4 +123,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -131,4 +132,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -134,4 +135,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -134,4 +135,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -136,4 +137,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -138,4 +139,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.5
|
Version: 3.1.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -142,4 +143,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -142,4 +143,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 3.1.7
|
Version: 3.1.7
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -142,4 +143,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.0.0
|
Version: 4.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -153,4 +154,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -153,4 +154,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -153,4 +154,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.2
|
Version: 4.1.2
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.4
|
Version: 4.1.4
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.5
|
Version: 4.1.5
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 4.1.6
|
Version: 4.1.6
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -164,4 +165,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
@ -1,3 +1,4 @@
|
|||||||
|
X-Revision: 1
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
@ -212,4 +213,4 @@ Test-Suite spec
|
|||||||
|
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Loading…
Reference in New Issue
Block a user