[Pkg-haskell-commits] darcs: ghc-mod: Make ghc-mod-el depend on the same version of ghc-mod

Daneil Gröber dxld at darkboxed.org
Sun Nov 9 14:07:04 UTC 2014


Sun Nov  9 14:06:28 UTC 2014  Daneil Gr[_<U+00F6>_]ber <dxld at darkboxed.org>
  * Make ghc-mod-el depend on the same version of ghc-mod

    M ./changelog -2 +4
    M ./control -1 +2

Sun Nov  9 14:06:28 UTC 2014  Daneil Gröber <dxld at darkboxed.org>
  * Make ghc-mod-el depend on the same version of ghc-mod
diff -rN -u old-ghc-mod/changelog new-ghc-mod/changelog
--- old-ghc-mod/changelog	2014-11-09 14:07:04.718239407 +0000
+++ new-ghc-mod/changelog	2014-11-09 14:07:04.718239407 +0000
@@ -1,9 +1,11 @@
-ghc-mod (5.2.1.1-3) UNRELEASED; urgency=medium
+ghc-mod (5.2.1.1-3) unstable; urgency=medium
 
   * Remove unnecessary dependency on emacsen-common from ghc-mod.
     (Closes: #767762)
+  * Make ghc-mod-el depend on the same version of ghc-mod so nothing breaks in
+    case the interface changes.
 
- -- Daniel Gröber <dxld at darkboxed.org>  Sun, 09 Nov 2014 14:25:31 +0100
+ -- Daniel Gröber <dxld at darkboxed.org>  Sun, 09 Nov 2014 15:06:08 +0100
 
 ghc-mod (5.2.1.1-2) unstable; urgency=medium
 
diff -rN -u old-ghc-mod/control new-ghc-mod/control
--- old-ghc-mod/control	2014-11-09 14:07:04.718239407 +0000
+++ new-ghc-mod/control	2014-11-09 14:07:04.722239408 +0000
@@ -46,7 +46,8 @@
 Depends: ${shlibs:Depends}, ${misc:Depends},
 	 ${haskell:ghc-version},
          emacsen-common (>= 2.0.8),
-         ghc-mod
+         ghc-mod (>= ${source:Version}),
+         ghc-mod (<< ${source:Version}.1~)
 Replaces: ghc-mod (<< 5.2.1.1-1)
 Breaks: ghc-mod (<< 5.2.1.1-1)
 Description: Happy Haskell programming with Emacs




More information about the Pkg-haskell-commits mailing list