diff --git a/hackage-metadata/ghc-mod-0.1.0.cabal b/hackage-metadata/ghc-mod-0.1.0.cabal index bc391f3..71d00ed 100644 --- a/hackage-metadata/ghc-mod-0.1.0.cabal +++ b/hackage-metadata/ghc-mod-0.1.0.cabal @@ -1,29 +1,30 @@ -Name: ghc-mod -Version: 0.1.0 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -Description: This packages includes Elisp files - and a Haskell command, "ghc-mod". - "ghc*.el" enable completion of - Haskell symbols on Emacs. - "ghc-mod" is a backend of "ghc*.el". - It lists up all installed modules - or extracts names of functions, classes, - and data declarations. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, - parsec, process, haskell-src-exts -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.1.0 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +Description: This packages includes Elisp files + and a Haskell command, "ghc-mod". + "ghc*.el" enable completion of + Haskell symbols on Emacs. + "ghc-mod" is a backend of "ghc*.el". + It lists up all installed modules + or extracts names of functions, classes, + and data declarations. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, + parsec, process, haskell-src-exts +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.2.0.cabal b/hackage-metadata/ghc-mod-0.2.0.cabal index 4e9414e..1180751 100644 --- a/hackage-metadata/ghc-mod-0.2.0.cabal +++ b/hackage-metadata/ghc-mod-0.2.0.cabal @@ -1,33 +1,34 @@ -Name: ghc-mod -Version: 0.2.0 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Param - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, - parsec >= 3, process, haskell-src-exts, - directory, filepath -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.2.0 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Param + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, + parsec >= 3, process, haskell-src-exts, + directory, filepath +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.3.0.cabal b/hackage-metadata/ghc-mod-0.3.0.cabal index 4024003..a8c1eca 100644 --- a/hackage-metadata/ghc-mod-0.3.0.cabal +++ b/hackage-metadata/ghc-mod-0.3.0.cabal @@ -1,36 +1,37 @@ -Name: ghc-mod -Version: 0.3.0 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Param Lang - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, - parsec >= 3, process, haskell-src-exts, - directory, filepath -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.3.0 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Param Lang + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, + parsec >= 3, process, haskell-src-exts, + directory, filepath +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.4.0.cabal b/hackage-metadata/ghc-mod-0.4.0.cabal index 3d828f8..b689d76 100644 --- a/hackage-metadata/ghc-mod-0.4.0.cabal +++ b/hackage-metadata/ghc-mod-0.4.0.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.4.0 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.4.0 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.4.1.cabal b/hackage-metadata/ghc-mod-0.4.1.cabal index 8bdca72..827870d 100644 --- a/hackage-metadata/ghc-mod-0.4.1.cabal +++ b/hackage-metadata/ghc-mod-0.4.1.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.4.1 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.4.1 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.4.2.cabal b/hackage-metadata/ghc-mod-0.4.2.cabal index 4959e27..16dc658 100644 --- a/hackage-metadata/ghc-mod-0.4.2.cabal +++ b/hackage-metadata/ghc-mod-0.4.2.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.4.2 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath, hlint >= 1.7.1 -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.4.2 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath, hlint >= 1.7.1 +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.4.3.cabal b/hackage-metadata/ghc-mod-0.4.3.cabal index 2491918..94fa8be 100644 --- a/hackage-metadata/ghc-mod-0.4.3.cabal +++ b/hackage-metadata/ghc-mod-0.4.3.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.4.3 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath, hlint >= 1.7.1 -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.4.3 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath, hlint >= 1.7.1 +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.4.4.cabal b/hackage-metadata/ghc-mod-0.4.4.cabal index e6bb2ef..67c4d5d 100644 --- a/hackage-metadata/ghc-mod-0.4.4.cabal +++ b/hackage-metadata/ghc-mod-0.4.4.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.4.4 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath, hlint >= 1.7.1 -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.4.4 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath, hlint >= 1.7.1 +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.5.1.cabal b/hackage-metadata/ghc-mod-0.5.1.cabal index 103dc79..233fbcc 100644 --- a/hackage-metadata/ghc-mod-0.5.1.cabal +++ b/hackage-metadata/ghc-mod-0.5.1.cabal @@ -1,35 +1,36 @@ -Name: ghc-mod -Version: 0.5.1 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Info Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, - process, directory, filepath, hlint >= 1.7.1 -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.5.1 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Info Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath, hlint >= 1.7.1 +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.5.2.cabal b/hackage-metadata/ghc-mod-0.5.2.cabal index 0376ca3..9365b6b 100644 --- a/hackage-metadata/ghc-mod-0.5.2.cabal +++ b/hackage-metadata/ghc-mod-0.5.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.5.2 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1 Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-0.5.3.cabal b/hackage-metadata/ghc-mod-0.5.3.cabal index 322f528..d988f0b 100644 --- a/hackage-metadata/ghc-mod-0.5.3.cabal +++ b/hackage-metadata/ghc-mod-0.5.3.cabal @@ -1,36 +1,37 @@ -Name: ghc-mod -Version: 0.5.3 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto -License: BSD3 -License-File: LICENSE -Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ -Synopsis: Happy Haskell programming on Emacs -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. -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 -Executable ghc-mod - Main-Is: GHCMod.hs - Other-Modules: List Browse Check Info Lang Lint Types - if impl(ghc >= 6.12) - GHC-Options: -Wall -fno-warn-unused-do-bind - else - GHC-Options: -Wall - Build-Depends: base >= 4.0 && 4.3, ghc, ghc-paths, - process, directory, filepath, old-time, - hlint >= 1.7.1 -Source-Repository head - Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git +Name: ghc-mod +Version: 0.5.3 +x-revision: 1 +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto +License: BSD3 +License-File: LICENSE +Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ +Synopsis: Happy Haskell programming on Emacs +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. +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 +Executable ghc-mod + Main-Is: GHCMod.hs + Other-Modules: List Browse Check Info Lang Lint Types + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Build-Depends: base >= 4.0 && < 4.3, ghc, ghc-paths, + process, directory, filepath, old-time, + hlint >= 1.7.1 +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git diff --git a/hackage-metadata/ghc-mod-0.5.4.cabal b/hackage-metadata/ghc-mod-0.5.4.cabal index 8a428ab..6d70b50 100644 --- a/hackage-metadata/ghc-mod-0.5.4.cabal +++ b/hackage-metadata/ghc-mod-0.5.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.5.4 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1 Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-0.5.5.cabal b/hackage-metadata/ghc-mod-0.5.5.cabal index f6c7b36..1ba9bb5 100644 --- a/hackage-metadata/ghc-mod-0.5.5.cabal +++ b/hackage-metadata/ghc-mod-0.5.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.5.5 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1 Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-0.6.0.cabal b/hackage-metadata/ghc-mod-0.6.0.cabal index 0cd2b8c..0262a81 100644 --- a/hackage-metadata/ghc-mod-0.6.0.cabal +++ b/hackage-metadata/ghc-mod-0.6.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.6.0 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-0.6.1.cabal b/hackage-metadata/ghc-mod-0.6.1.cabal index 761b721..149140c 100644 --- a/hackage-metadata/ghc-mod-0.6.1.cabal +++ b/hackage-metadata/ghc-mod-0.6.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.6.1 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-0.6.2.cabal b/hackage-metadata/ghc-mod-0.6.2.cabal index 7ae26e3..bbaedc7 100644 --- a/hackage-metadata/ghc-mod-0.6.2.cabal +++ b/hackage-metadata/ghc-mod-0.6.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 0.6.2 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.0.cabal b/hackage-metadata/ghc-mod-1.0.0.cabal index 0ccdb40..8bf347b 100644 --- a/hackage-metadata/ghc-mod-1.0.0.cabal +++ b/hackage-metadata/ghc-mod-1.0.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.0 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.1.cabal b/hackage-metadata/ghc-mod-1.0.1.cabal index 2b3b31b..4933bca 100644 --- a/hackage-metadata/ghc-mod-1.0.1.cabal +++ b/hackage-metadata/ghc-mod-1.0.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.1 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.2.cabal b/hackage-metadata/ghc-mod-1.0.2.cabal index 2d2bf0d..37d9c39 100644 --- a/hackage-metadata/ghc-mod-1.0.2.cabal +++ b/hackage-metadata/ghc-mod-1.0.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.2 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec, enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.3.cabal b/hackage-metadata/ghc-mod-1.0.3.cabal index 5ba47d1..048de83 100644 --- a/hackage-metadata/ghc-mod-1.0.3.cabal +++ b/hackage-metadata/ghc-mod-1.0.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.3 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.4.cabal b/hackage-metadata/ghc-mod-1.0.4.cabal index 3fa5347..70d3abb 100644 --- a/hackage-metadata/ghc-mod-1.0.4.cabal +++ b/hackage-metadata/ghc-mod-1.0.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.4 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.5.cabal b/hackage-metadata/ghc-mod-1.0.5.cabal index 5157545..af41c1d 100644 --- a/hackage-metadata/ghc-mod-1.0.5.cabal +++ b/hackage-metadata/ghc-mod-1.0.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.5 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.6.cabal b/hackage-metadata/ghc-mod-1.0.6.cabal index f757f56..d02a31d 100644 --- a/hackage-metadata/ghc-mod-1.0.6.cabal +++ b/hackage-metadata/ghc-mod-1.0.6.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.6 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.7.cabal b/hackage-metadata/ghc-mod-1.0.7.cabal index 09a2eb8..34b9fb9 100644 --- a/hackage-metadata/ghc-mod-1.0.7.cabal +++ b/hackage-metadata/ghc-mod-1.0.7.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.7 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.0.8.cabal b/hackage-metadata/ghc-mod-1.0.8.cabal index 01e2ef4..4b0c94f 100644 --- a/hackage-metadata/ghc-mod-1.0.8.cabal +++ b/hackage-metadata/ghc-mod-1.0.8.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.0.8 Author: Kazu Yamamoto @@ -34,4 +35,4 @@ Executable ghc-mod attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.0.cabal b/hackage-metadata/ghc-mod-1.10.0.cabal index b4199a0..3af5c26 100644 --- a/hackage-metadata/ghc-mod-1.10.0.cabal +++ b/hackage-metadata/ghc-mod-1.10.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.0 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.1.cabal b/hackage-metadata/ghc-mod-1.10.1.cabal index ef3536f..a609bed 100644 --- a/hackage-metadata/ghc-mod-1.10.1.cabal +++ b/hackage-metadata/ghc-mod-1.10.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.1 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.10.cabal b/hackage-metadata/ghc-mod-1.10.10.cabal index c1c308e..d52f672 100644 --- a/hackage-metadata/ghc-mod-1.10.10.cabal +++ b/hackage-metadata/ghc-mod-1.10.10.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.10 Author: Kazu Yamamoto @@ -61,4 +62,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.11.cabal b/hackage-metadata/ghc-mod-1.10.11.cabal index f41b83c..febee8f 100644 --- a/hackage-metadata/ghc-mod-1.10.11.cabal +++ b/hackage-metadata/ghc-mod-1.10.11.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.11 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.12.cabal b/hackage-metadata/ghc-mod-1.10.12.cabal index 6ad3f82..9cc3398 100644 --- a/hackage-metadata/ghc-mod-1.10.12.cabal +++ b/hackage-metadata/ghc-mod-1.10.12.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.12 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.13.cabal b/hackage-metadata/ghc-mod-1.10.13.cabal index f8a2848..25c52ed 100644 --- a/hackage-metadata/ghc-mod-1.10.13.cabal +++ b/hackage-metadata/ghc-mod-1.10.13.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.13 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.14.cabal b/hackage-metadata/ghc-mod-1.10.14.cabal index 1b9d2a5..ce3bd86 100644 --- a/hackage-metadata/ghc-mod-1.10.14.cabal +++ b/hackage-metadata/ghc-mod-1.10.14.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.14 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.15.cabal b/hackage-metadata/ghc-mod-1.10.15.cabal index ba5bc90..7000ca1 100644 --- a/hackage-metadata/ghc-mod-1.10.15.cabal +++ b/hackage-metadata/ghc-mod-1.10.15.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.15 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.16.cabal b/hackage-metadata/ghc-mod-1.10.16.cabal index f2d4460..6d29252 100644 --- a/hackage-metadata/ghc-mod-1.10.16.cabal +++ b/hackage-metadata/ghc-mod-1.10.16.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.16 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.17.cabal b/hackage-metadata/ghc-mod-1.10.17.cabal index 40fe7c5..0ee8ec3 100644 --- a/hackage-metadata/ghc-mod-1.10.17.cabal +++ b/hackage-metadata/ghc-mod-1.10.17.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.17 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.18.cabal b/hackage-metadata/ghc-mod-1.10.18.cabal index e478d7b..e75a84d 100644 --- a/hackage-metadata/ghc-mod-1.10.18.cabal +++ b/hackage-metadata/ghc-mod-1.10.18.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.18 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.2.cabal b/hackage-metadata/ghc-mod-1.10.2.cabal index 85b7b29..ece9eac 100644 --- a/hackage-metadata/ghc-mod-1.10.2.cabal +++ b/hackage-metadata/ghc-mod-1.10.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.2 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.3.cabal b/hackage-metadata/ghc-mod-1.10.3.cabal index b3e2103..2d33351 100644 --- a/hackage-metadata/ghc-mod-1.10.3.cabal +++ b/hackage-metadata/ghc-mod-1.10.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.3 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.4.cabal b/hackage-metadata/ghc-mod-1.10.4.cabal index a5e74eb..c57ac1f 100644 --- a/hackage-metadata/ghc-mod-1.10.4.cabal +++ b/hackage-metadata/ghc-mod-1.10.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.4 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.5.cabal b/hackage-metadata/ghc-mod-1.10.5.cabal index a519cc4..290ee60 100644 --- a/hackage-metadata/ghc-mod-1.10.5.cabal +++ b/hackage-metadata/ghc-mod-1.10.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.5 Author: Kazu Yamamoto @@ -33,4 +34,4 @@ Executable ghc-mod hlint >= 1.7.1, regex-posix, Cabal Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.6.cabal b/hackage-metadata/ghc-mod-1.10.6.cabal index 181db97..a1049e8 100644 --- a/hackage-metadata/ghc-mod-1.10.6.cabal +++ b/hackage-metadata/ghc-mod-1.10.6.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.6 Author: Kazu Yamamoto @@ -59,4 +60,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.7.cabal b/hackage-metadata/ghc-mod-1.10.7.cabal index 88e8ad4..d4532de 100644 --- a/hackage-metadata/ghc-mod-1.10.7.cabal +++ b/hackage-metadata/ghc-mod-1.10.7.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.7 Author: Kazu Yamamoto @@ -61,4 +62,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.8.cabal b/hackage-metadata/ghc-mod-1.10.8.cabal index 652a47a..b0857db 100644 --- a/hackage-metadata/ghc-mod-1.10.8.cabal +++ b/hackage-metadata/ghc-mod-1.10.8.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.8 Author: Kazu Yamamoto @@ -61,4 +62,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.10.9.cabal b/hackage-metadata/ghc-mod-1.10.9.cabal index 50fe2e8..5deffdf 100644 --- a/hackage-metadata/ghc-mod-1.10.9.cabal +++ b/hackage-metadata/ghc-mod-1.10.9.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.10.9 Author: Kazu Yamamoto @@ -61,4 +62,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.0.cabal b/hackage-metadata/ghc-mod-1.11.0.cabal index a8ed7c4..1743ee2 100644 --- a/hackage-metadata/ghc-mod-1.11.0.cabal +++ b/hackage-metadata/ghc-mod-1.11.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.0 Author: Kazu Yamamoto @@ -63,4 +64,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.1.cabal b/hackage-metadata/ghc-mod-1.11.1.cabal index 1943504..42f1bf4 100644 --- a/hackage-metadata/ghc-mod-1.11.1.cabal +++ b/hackage-metadata/ghc-mod-1.11.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.1 Author: Kazu Yamamoto @@ -62,4 +63,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.2.cabal b/hackage-metadata/ghc-mod-1.11.2.cabal index 93a4d69..0f96631 100644 --- a/hackage-metadata/ghc-mod-1.11.2.cabal +++ b/hackage-metadata/ghc-mod-1.11.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.2 Author: Kazu Yamamoto @@ -64,4 +65,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.3.cabal b/hackage-metadata/ghc-mod-1.11.3.cabal index b1af93e..a1f45eb 100644 --- a/hackage-metadata/ghc-mod-1.11.3.cabal +++ b/hackage-metadata/ghc-mod-1.11.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.3 Author: Kazu Yamamoto @@ -64,4 +65,4 @@ Executable ghc-mod Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.4.cabal b/hackage-metadata/ghc-mod-1.11.4.cabal index f89a494..8f96878 100644 --- a/hackage-metadata/ghc-mod-1.11.4.cabal +++ b/hackage-metadata/ghc-mod-1.11.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.4 Author: Kazu Yamamoto @@ -105,4 +106,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.11.5.cabal b/hackage-metadata/ghc-mod-1.11.5.cabal index 272b522..6e43798 100644 --- a/hackage-metadata/ghc-mod-1.11.5.cabal +++ b/hackage-metadata/ghc-mod-1.11.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.11.5 Author: Kazu Yamamoto @@ -106,4 +107,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.0.cabal b/hackage-metadata/ghc-mod-1.12.0.cabal index 239aebb..f9ba38d 100644 --- a/hackage-metadata/ghc-mod-1.12.0.cabal +++ b/hackage-metadata/ghc-mod-1.12.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.0 Author: Kazu Yamamoto @@ -104,4 +105,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.1.cabal b/hackage-metadata/ghc-mod-1.12.1.cabal index 2df4db7..38e5c66 100644 --- a/hackage-metadata/ghc-mod-1.12.1.cabal +++ b/hackage-metadata/ghc-mod-1.12.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.1 Author: Kazu Yamamoto @@ -104,4 +105,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.2.cabal b/hackage-metadata/ghc-mod-1.12.2.cabal index 993c516..8949045 100644 --- a/hackage-metadata/ghc-mod-1.12.2.cabal +++ b/hackage-metadata/ghc-mod-1.12.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.2 Author: Kazu Yamamoto @@ -106,4 +107,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.3.cabal b/hackage-metadata/ghc-mod-1.12.3.cabal index 84a5e3b..f2c2c22 100644 --- a/hackage-metadata/ghc-mod-1.12.3.cabal +++ b/hackage-metadata/ghc-mod-1.12.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.3 Author: Kazu Yamamoto @@ -110,4 +111,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.4.cabal b/hackage-metadata/ghc-mod-1.12.4.cabal index 919d0e4..516dd3a 100644 --- a/hackage-metadata/ghc-mod-1.12.4.cabal +++ b/hackage-metadata/ghc-mod-1.12.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.4 Author: Kazu Yamamoto @@ -110,4 +111,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-1.12.5.cabal b/hackage-metadata/ghc-mod-1.12.5.cabal index 99e54f0..f1e9ae5 100644 --- a/hackage-metadata/ghc-mod-1.12.5.cabal +++ b/hackage-metadata/ghc-mod-1.12.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 1.12.5 Author: Kazu Yamamoto @@ -110,4 +111,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.0.0.cabal b/hackage-metadata/ghc-mod-2.0.0.cabal index a086a04..c99e5f8 100644 --- a/hackage-metadata/ghc-mod-2.0.0.cabal +++ b/hackage-metadata/ghc-mod-2.0.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.0.0 Author: Kazu Yamamoto @@ -122,4 +123,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.0.1.cabal b/hackage-metadata/ghc-mod-2.0.1.cabal index bb9b2d0..e9b5f8c 100644 --- a/hackage-metadata/ghc-mod-2.0.1.cabal +++ b/hackage-metadata/ghc-mod-2.0.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.0.1 Author: Kazu Yamamoto @@ -120,4 +121,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.0.2.cabal b/hackage-metadata/ghc-mod-2.0.2.cabal index 3365717..57d66e3 100644 --- a/hackage-metadata/ghc-mod-2.0.2.cabal +++ b/hackage-metadata/ghc-mod-2.0.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.0.2 Author: Kazu Yamamoto @@ -120,4 +121,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.0.3.cabal b/hackage-metadata/ghc-mod-2.0.3.cabal index 4571a68..bb8f7c9 100644 --- a/hackage-metadata/ghc-mod-2.0.3.cabal +++ b/hackage-metadata/ghc-mod-2.0.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.0.3 Author: Kazu Yamamoto @@ -120,4 +121,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.1.0.cabal b/hackage-metadata/ghc-mod-2.1.0.cabal index 5eb1ed5..4359d03 100644 --- a/hackage-metadata/ghc-mod-2.1.0.cabal +++ b/hackage-metadata/ghc-mod-2.1.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.1.0 Author: Kazu Yamamoto @@ -120,4 +121,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.1.1.cabal b/hackage-metadata/ghc-mod-2.1.1.cabal index 51ca00d..ad8e635 100644 --- a/hackage-metadata/ghc-mod-2.1.1.cabal +++ b/hackage-metadata/ghc-mod-2.1.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.1.1 Author: Kazu Yamamoto @@ -121,4 +122,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-2.1.2.cabal b/hackage-metadata/ghc-mod-2.1.2.cabal index b9b0d56..296f7a9 100644 --- a/hackage-metadata/ghc-mod-2.1.2.cabal +++ b/hackage-metadata/ghc-mod-2.1.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 2.1.2 Author: Kazu Yamamoto @@ -121,4 +122,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.0.0.cabal b/hackage-metadata/ghc-mod-3.0.0.cabal index d0a34bb..5e02261 100644 --- a/hackage-metadata/ghc-mod-3.0.0.cabal +++ b/hackage-metadata/ghc-mod-3.0.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.0.0 Author: Kazu Yamamoto @@ -122,4 +123,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.0.1.cabal b/hackage-metadata/ghc-mod-3.0.1.cabal index aead87b..59b1c5c 100644 --- a/hackage-metadata/ghc-mod-3.0.1.cabal +++ b/hackage-metadata/ghc-mod-3.0.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.0.1 Author: Kazu Yamamoto @@ -122,4 +123,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.0.2.cabal b/hackage-metadata/ghc-mod-3.0.2.cabal index 786842f..29fa115 100644 --- a/hackage-metadata/ghc-mod-3.0.2.cabal +++ b/hackage-metadata/ghc-mod-3.0.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.0.2 Author: Kazu Yamamoto @@ -122,4 +123,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.0.cabal b/hackage-metadata/ghc-mod-3.1.0.cabal index 8f0012b..f81788e 100644 --- a/hackage-metadata/ghc-mod-3.1.0.cabal +++ b/hackage-metadata/ghc-mod-3.1.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.0 Author: Kazu Yamamoto @@ -131,4 +132,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.1.cabal b/hackage-metadata/ghc-mod-3.1.1.cabal index bd6c7ec..a3ff5e9 100644 --- a/hackage-metadata/ghc-mod-3.1.1.cabal +++ b/hackage-metadata/ghc-mod-3.1.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.1 Author: Kazu Yamamoto @@ -134,4 +135,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.2.cabal b/hackage-metadata/ghc-mod-3.1.2.cabal index d13ddb7..863dc0f 100644 --- a/hackage-metadata/ghc-mod-3.1.2.cabal +++ b/hackage-metadata/ghc-mod-3.1.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.2 Author: Kazu Yamamoto @@ -134,4 +135,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.3.cabal b/hackage-metadata/ghc-mod-3.1.3.cabal index 97e0982..3ad5c76 100644 --- a/hackage-metadata/ghc-mod-3.1.3.cabal +++ b/hackage-metadata/ghc-mod-3.1.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.3 Author: Kazu Yamamoto @@ -136,4 +137,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.4.cabal b/hackage-metadata/ghc-mod-3.1.4.cabal index b320b98..15c2925 100644 --- a/hackage-metadata/ghc-mod-3.1.4.cabal +++ b/hackage-metadata/ghc-mod-3.1.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.4 Author: Kazu Yamamoto @@ -138,4 +139,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.5.cabal b/hackage-metadata/ghc-mod-3.1.5.cabal index 6ba34a4..8b932d9 100644 --- a/hackage-metadata/ghc-mod-3.1.5.cabal +++ b/hackage-metadata/ghc-mod-3.1.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.5 Author: Kazu Yamamoto @@ -142,4 +143,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.6.cabal b/hackage-metadata/ghc-mod-3.1.6.cabal index 5b5c80c..fae8f86 100644 --- a/hackage-metadata/ghc-mod-3.1.6.cabal +++ b/hackage-metadata/ghc-mod-3.1.6.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.6 Author: Kazu Yamamoto @@ -142,4 +143,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-3.1.7.cabal b/hackage-metadata/ghc-mod-3.1.7.cabal index 094a2ce..1b4e12e 100644 --- a/hackage-metadata/ghc-mod-3.1.7.cabal +++ b/hackage-metadata/ghc-mod-3.1.7.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 3.1.7 Author: Kazu Yamamoto @@ -142,4 +143,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.0.0.cabal b/hackage-metadata/ghc-mod-4.0.0.cabal index 3b6281c..f3fd5bf 100644 --- a/hackage-metadata/ghc-mod-4.0.0.cabal +++ b/hackage-metadata/ghc-mod-4.0.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.0.0 Author: Kazu Yamamoto @@ -153,4 +154,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.0.1.cabal b/hackage-metadata/ghc-mod-4.0.1.cabal index f72695f..5c2259e 100644 --- a/hackage-metadata/ghc-mod-4.0.1.cabal +++ b/hackage-metadata/ghc-mod-4.0.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.0.1 Author: Kazu Yamamoto @@ -153,4 +154,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.0.2.cabal b/hackage-metadata/ghc-mod-4.0.2.cabal index fac0f2f..7ba9f3f 100644 --- a/hackage-metadata/ghc-mod-4.0.2.cabal +++ b/hackage-metadata/ghc-mod-4.0.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.0.2 Author: Kazu Yamamoto @@ -153,4 +154,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.0.cabal b/hackage-metadata/ghc-mod-4.1.0.cabal index 9f6c34a..2d3d703 100644 --- a/hackage-metadata/ghc-mod-4.1.0.cabal +++ b/hackage-metadata/ghc-mod-4.1.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.0 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.1.cabal b/hackage-metadata/ghc-mod-4.1.1.cabal index a9be976..25a6389 100644 --- a/hackage-metadata/ghc-mod-4.1.1.cabal +++ b/hackage-metadata/ghc-mod-4.1.1.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.1 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.2.cabal b/hackage-metadata/ghc-mod-4.1.2.cabal index 276701d..61b17c7 100644 --- a/hackage-metadata/ghc-mod-4.1.2.cabal +++ b/hackage-metadata/ghc-mod-4.1.2.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.2 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.3.cabal b/hackage-metadata/ghc-mod-4.1.3.cabal index a7c8bcc..08142b2 100644 --- a/hackage-metadata/ghc-mod-4.1.3.cabal +++ b/hackage-metadata/ghc-mod-4.1.3.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.3 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.4.cabal b/hackage-metadata/ghc-mod-4.1.4.cabal index 3cc15a0..dae364d 100644 --- a/hackage-metadata/ghc-mod-4.1.4.cabal +++ b/hackage-metadata/ghc-mod-4.1.4.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.4 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.5.cabal b/hackage-metadata/ghc-mod-4.1.5.cabal index 7c3a2f2..48dde81 100644 --- a/hackage-metadata/ghc-mod-4.1.5.cabal +++ b/hackage-metadata/ghc-mod-4.1.5.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.5 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-4.1.6.cabal b/hackage-metadata/ghc-mod-4.1.6.cabal index d09317a..8f981e3 100644 --- a/hackage-metadata/ghc-mod-4.1.6.cabal +++ b/hackage-metadata/ghc-mod-4.1.6.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 4.1.6 Author: Kazu Yamamoto @@ -164,4 +165,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file diff --git a/hackage-metadata/ghc-mod-5.0.0.cabal b/hackage-metadata/ghc-mod-5.0.0.cabal index 5180fad..9a1eb94 100644 --- a/hackage-metadata/ghc-mod-5.0.0.cabal +++ b/hackage-metadata/ghc-mod-5.0.0.cabal @@ -1,3 +1,4 @@ +X-Revision: 1 Name: ghc-mod Version: 5.0.0 Author: Kazu Yamamoto @@ -212,4 +213,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: git://github.com/kazu-yamamoto/ghc-mod.git \ No newline at end of file