summaryrefslogtreecommitdiff
path: root/p/ghc/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-07-16 21:50:37 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-07-16 21:50:37 +0400
commitce0d86dad2fa6c86488f7c6d46601d592206c447 (patch)
tree68a2bf800c51ee6c0cfa4723fc35a269debfa42d /p/ghc/debian/control
parent02a924336a8a7585cd0c6bf84bfe50f6154d8dc0 (diff)
downloadDHG_packages-ce0d86dad2fa6c86488f7c6d46601d592206c447.tar.gz
ghc: Depend on libncurses5-dev, since we ship terminfo in ghc now. Thanks to David Fox for noticing.
Diffstat (limited to 'p/ghc/debian/control')
-rw-r--r--p/ghc/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index de2d8f917..0d392326a 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -33,7 +33,7 @@ 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, ${shlibs:Depends}, ${misc:Depends}
+Depends: llvm [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}