summaryrefslogtreecommitdiff
path: root/p/ghc/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-11-27 00:11:31 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-11-27 00:11:31 +0300
commit53d1911956c6e2695aef44212408644753359190 (patch)
tree4088eef78db1dcc267e173bc403eac8b9eb977b4 /p/ghc/debian/control
parent38e7058745a4e7f458072f86e8a58913aa8c721a (diff)
downloadDHG_packages-53d1911956c6e2695aef44212408644753359190.tar.gz
ghc: Explicitly call opt-3.4, and avoid the generic opt command.
Diffstat (limited to 'p/ghc/debian/control')
-rw-r--r--p/ghc/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index 0d30af3f4..147405f66 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -33,12 +33,12 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc
Package: ghc
Architecture: any
-Depends: llvm [armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: llvm-3.4 [armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, ${shlibs:Depends}, ${misc:Depends}
Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}, ghc-dynamic
Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8)
Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8), ${conflicting-devs}
Breaks: cabal-install (<< 0.8.0), haskell-devscripts (<< 0.8.13), ghc-doc (<< 7.8)
-Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.4
Description: The Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.