[Pkg-haskell-commits] darcs: yi: Depend on libghc-cabal-dev, as Setup.hs requires features in 1.20

Joachim Breitner mail at joachim-breitner.de
Sun Jun 14 08:27:17 UTC 2015


Sun Jun 14 08:17:14 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on libghc-cabal-dev, as Setup.hs requires features in 1.20

    M ./changelog -3 +6
    M ./control +6

Sun Jun 14 08:17:14 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on libghc-cabal-dev, as Setup.hs requires features in 1.20
diff -rN -u old-yi/changelog new-yi/changelog
--- old-yi/changelog	2015-06-14 08:27:17.445658499 +0000
+++ new-yi/changelog	2015-06-14 08:27:17.449658489 +0000
@@ -1,14 +1,17 @@
 yi (0.12.0-1) unstable; urgency=medium
 
-  [ Joachim Breitner ]
-  * Depend on haskell-devscripts 0.9, found in experimental
-
   [ Marcel Fourné ]
   * New upstream version 0.12.0, closes: #781408
   * Drop vty-5.1 compatibility patch, no longer needed
   * Drop QuickCheck2.7 compatibility patch, no longer needed
   * Refresh Patches
 
+  [ Joachim Breitner ]
+  * Depend on haskell-devscripts 0.9, found in experimental
+  * Depend on libghc-cabal-dev, as Setup.hs requires features in 1.20 (or at
+    least claims that to be the case)
+
+
  -- Marcel Fourné <debian at marcelfourne.de>  Wed, 20 May 2015 19:09:32 +0200
 
 yi (0.7.1-5) unstable; urgency=medium
diff -rN -u old-yi/control new-yi/control
--- old-yi/control	2015-06-14 08:27:17.445658499 +0000
+++ new-yi/control	2015-06-14 08:27:17.449658489 +0000
@@ -9,6 +9,11 @@
  , cdbs
  , ghc
  , ghc-prof
+# newer needed for Setup.hs
+ , libghc-cabal-dev (>= 1.20)
+# use version range to get the actual cabal package, and not ghc-prof
+ , libghc-cabal-prof (>= 1.20)
+# normal dependencies
  , libghc-data-default-dev
  , libghc-data-default-prof
  , libghc-dlist-dev (>= 0.4.1)
@@ -72,6 +77,7 @@
  , libghc-yi-rope-dev (<= 0.8)
  , libghc-yi-rope-prof
 Build-Depends-Indep: ghc-doc
+ , libghc-cabal-doc (>= 1.20)
  , libghc-data-default-doc
  , libghc-dlist-doc
  , libghc-dynamic-state-doc




More information about the Pkg-haskell-commits mailing list