[Pkg-haskell-commits] darcs: haskell-vty: Do not depend on terminfo, which now comes with GHC

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 15:16:10 UTC 2014


Sun Dec 21 23:59:35 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on terminfo, which now comes with GHC

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

Sun Dec 21 23:59:35 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on terminfo, which now comes with GHC
diff -rN -u old-haskell-vty/changelog new-haskell-vty/changelog
--- old-haskell-vty/changelog	2014-12-22 15:16:10.114866262 +0000
+++ new-haskell-vty/changelog	2014-12-22 15:16:10.118866263 +0000
@@ -3,7 +3,7 @@
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
   * Do not depend on transformers, which now comes with GHC
-  * New upstream release
+  * Do not depend on terminfo, which now comes with GHC
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 22 Dec 2014 00:10:38 +0100
 
diff -rN -u old-haskell-vty/control new-haskell-vty/control
--- old-haskell-vty/control	2014-12-22 15:16:10.114866262 +0000
+++ new-haskell-vty/control	2014-12-22 15:16:10.118866263 +0000
@@ -29,9 +29,6 @@
   , libghc-parallel-prof
   , libghc-parsec3-dev
   , libghc-parsec3-prof
-  , libghc-terminfo-dev (>= 0.3)
-  , libghc-terminfo-dev (<< 0.5)
-  , libghc-terminfo-prof
   , libghc-text-dev (>= 0.11.3)
   , libghc-text-prof
   , libghc-utf8-string-dev (>= 0.3)
@@ -47,7 +44,6 @@
   , libghc-mtl-doc
   , libghc-parallel-doc
   , libghc-parsec3-doc
-  , libghc-terminfo-doc
   , libghc-text-doc
   , libghc-utf8-string-doc
   , libghc-vector-doc




More information about the Pkg-haskell-commits mailing list