[Pkg-haskell-commits] darcs: ghc-mod: Add ghc depends
Sven Bartscher
sven.bartscher at weltraumschlangen.de
Wed May 28 22:41:32 UTC 2014
Wed May 28 22:40:57 UTC 2014 Sven Bartscher <sven.bartscher at weltraumschlangen.de>
* Add ghc depends
M ./changelog +7
M ./control -4 +4
Wed May 28 22:40:57 UTC 2014 Sven Bartscher <sven.bartscher at weltraumschlangen.de>
* Add ghc depends
diff -rN -u old-ghc-mod/changelog new-ghc-mod/changelog
--- old-ghc-mod/changelog 2014-05-28 22:41:32.591966720 +0000
+++ new-ghc-mod/changelog 2014-05-28 22:41:32.595966719 +0000
@@ -1,3 +1,10 @@
+ghc-mod (3.1.4-2) unstable; urgency=high
+
+ * Added depenencie on ghc (Closes: #714458)
+ * Bump standards version, no change
+
+ -- Sven Bartscher <sven.bartscher at weltraumschlangen.de> Thu, 29 May 2014 00:14:54 +0200
+
ghc-mod (3.1.4-1) unstable; urgency=low
[ Joachim Breitner ]
diff -rN -u old-ghc-mod/control new-ghc-mod/control
--- old-ghc-mod/control 2014-05-28 22:41:32.591966720 +0000
+++ new-ghc-mod/control 2014-05-28 22:41:32.595966719 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.8.19),
+ haskell-devscripts (>= 0.8.20),
cdbs,
ghc,
ghc-ghci,
@@ -17,15 +17,15 @@
libghc-ghc-syb-utils-dev,
libghc-io-choice-dev,
libghc-syb-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-mod
Package: ghc-mod
Architecture: any
-Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, haskell-mode
-Recommends: ghc
+Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, haskell-mode,
+ ghc (= ${haskell:ghc-version})
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.
More information about the Pkg-haskell-commits
mailing list