summaryrefslogtreecommitdiff
path: root/p/ghc-mod
diff options
context:
space:
mode:
authorSven Bartscher <sven.bartscher@weltraumschlangen.de>2014-06-02 23:37:23 +0400
committerSven Bartscher <sven.bartscher@weltraumschlangen.de>2014-06-02 23:37:23 +0400
commit2e41b74874252b9b4d1140ee6f9bcef048fa65ad (patch)
tree37aed5d677629719567815589b110f704598db90 /p/ghc-mod
parent55af3b832d43fa5bd45070270b07a882076f9a7f (diff)
downloadDHG_packages-2e41b74874252b9b4d1140ee6f9bcef048fa65ad.tar.gz
ghc-mod: Adjust control file to newer haskell-devscripts behaviour
Diffstat (limited to 'p/ghc-mod')
-rw-r--r--p/ghc-mod/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/ghc-mod/debian/control b/p/ghc-mod/debian/control
index 6faa5e456..2aff9198a 100644
--- a/p/ghc-mod/debian/control
+++ b/p/ghc-mod/debian/control
@@ -24,8 +24,8 @@ 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,
- ghc (= ${haskell:ghc-version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, haskell-mode,
+ ${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.