[Pkg-haskell-commits] darcs: ghc-mod: New upstream release: 5.1.1.0

Daneil Gröber dxld at darkboxed.org
Wed Oct 29 22:14:20 UTC 2014


Wed Oct 29 22:14:11 UTC 2014  Daneil Gr[_<U+00F6>_]ber <dxld at darkboxed.org>
  * New upstream release: 5.1.1.0

    M ./changelog -1 +6
    M ./control -13 +20

Wed Oct 29 22:14:11 UTC 2014  Daneil Gröber <dxld at darkboxed.org>
  * New upstream release: 5.1.1.0
diff -rN -u old-ghc-mod/changelog new-ghc-mod/changelog
--- old-ghc-mod/changelog	2014-10-29 22:14:20.121325320 +0000
+++ new-ghc-mod/changelog	2014-10-29 22:14:20.125325318 +0000
@@ -1,3 +1,9 @@
+ghc-mod (5.1.1.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Daniel Gröber <dxld at darkboxed.org>  Tue, 28 Oct 2014 22:10:23 +0100
+
 ghc-mod (4.1.2-2) unstable; urgency=medium
 
   * Added conformance to emacs policy
@@ -161,4 +167,3 @@
   * Debianization generated by cabal-debian
 
  -- Kiwamu Okabe <kiwamu at debian.or.jp>  Fri, 26 Aug 2011 23:00:21 +0900
-
diff -rN -u old-ghc-mod/control new-ghc-mod/control
--- old-ghc-mod/control	2014-10-29 22:14:20.121325320 +0000
+++ new-ghc-mod/control	2014-10-29 22:14:20.125325318 +0000
@@ -2,21 +2,29 @@
 Priority: extra
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Uploaders: Daniel Gröber <dxld at darkboxed.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 9),
                haskell-devscripts (>= 0.8.20),
                cdbs,
                ghc,
                ghc-ghci,
+               libghc-async-dev,
                libghc-convertible-dev,
+               libghc-djinn-ghc-dev (>= 0.0.2.2),
+               libghc-data-default-dev,
                libghc-ghc-paths-dev,
-               libghc-hlint-dev (>= 1.8.61),
-               libghc-regex-posix-dev,
-               libghc-transformers-dev,
-               libghc-filemanip-dev,
                libghc-ghc-syb-utils-dev,
+               libghc-src-exts-dev,
+               libghc-hlint-dev (>= 1.8.61),
                libghc-io-choice-dev,
-               libghc-syb-dev
+               libghc-monad-control-dev,
+               libghc-monad-journal-dev (>= 0.4),
+               libghc-mtl-dev (>= 2.0),
+               libghc-split-dev,
+               libghc-syb-dev,
+               libghc-text-dev,
+               libghc-transformers-dev,
+               libghc-transformers-base-dev,
 Standards-Version: 3.9.5
 Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod
@@ -24,12 +32,11 @@
 
 Package: ghc-mod
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, haskell-mode,
+Recommends: haskell-mode
+Depends: ${shlibs:Depends}, ${misc:Depends}
 	 ${haskell:ghc-version}, emacsen-common (>= 2.0.8)
 Description: Happy Haskell programming on Emacs
- This package 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.
- Note: This package DO NOT support xemacs*. Only for emacs*.
+ This package includes the executables ghc-mod and ghc-modi as well as Emacs Lisp
+ code for integration with GNU Emacs.
+ .
+ Note: This package does NOT support xemacs*. Only for emacs*.




More information about the Pkg-haskell-commits mailing list