[Pkg-haskell-commits] darcs: ghc: Depend on libncurses5-dev, since we ship terminfo in ghc now. Thanks to David Fox for noticing.
Joachim Breitner
mail at joachim-breitner.de
Wed Jul 16 18:40:21 UTC 2014
Wed Jul 16 17:50:37 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Depend on libncurses5-dev, since we ship terminfo in ghc now. Thanks to David Fox for noticing.
M ./changelog +7
M ./control -1 +1
Wed Jul 16 17:50:37 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Depend on libncurses5-dev, since we ship terminfo in ghc now. Thanks to David Fox for noticing.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-07-16 18:40:21.218305740 +0000
+++ new-ghc/changelog 2014-07-16 18:40:21.242305747 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.20140710-3) UNRELEASED; urgency=medium
+
+ * Depend on libncurses5-dev, since we ship terminfo in ghc now. Thanks to
+ David Fox for noticing.
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 16 Jul 2014 19:50:07 +0200
+
ghc (7.8.20140710-2) experimental; urgency=medium
* Also ship terminfo, haskeline, and xhtml. Thanks to David Fox for the
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control 2014-07-16 18:40:21.218305740 +0000
+++ new-ghc/control 2014-07-16 18:40:21.226305742 +0000
@@ -33,7 +33,7 @@
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}
More information about the Pkg-haskell-commits
mailing list