[Pkg-haskell-commits] darcs: haskell-data-object-yaml: Fix Build-Depends based on the .cabal file data (Closes: #641618)

Joachim Breitner mail at joachim-breitner.de
Wed Sep 14 18:51:29 UTC 2011


Wed Sep 14 18:50:28 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends based on the .cabal file data (Closes: #641618)
  Ignore-this: 25df6ffbc2050a507c75d7be8c49f64a

    M ./changelog +6
    M ./control -7 +19

Wed Sep 14 18:50:28 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends based on the .cabal file data (Closes: #641618)
  Ignore-this: 25df6ffbc2050a507c75d7be8c49f64a
diff -rN -u old-haskell-data-object-yaml//changelog new-haskell-data-object-yaml//changelog
--- old-haskell-data-object-yaml//changelog	2011-09-14 18:51:28.871829674 +0000
+++ new-haskell-data-object-yaml//changelog	2011-09-14 18:51:28.871829674 +0000
@@ -1,3 +1,9 @@
+haskell-data-object-yaml (0.3.3.5-2) UNRELEASED; urgency=low
+
+  * Fix Build-Depends based on the .cabal file data (Closes: #641618)
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 14 Sep 2011 20:50:01 +0200
+
 haskell-data-object-yaml (0.3.3.5-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-data-object-yaml//control new-haskell-data-object-yaml//control
--- old-haskell-data-object-yaml//control	2011-09-14 18:51:28.863829619 +0000
+++ new-haskell-data-object-yaml//control	2011-09-14 18:51:28.875830043 +0000
@@ -8,23 +8,35 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , libghc-convertible-dev (>> 1.0)
-  , libghc-convertible-dev (<< 1.1)
-  , libghc-convertible-prof
-  , libghc-data-object-dev (>> 0.3.0)
+  , libghc-data-object-dev (>= 0.3.0)
   , libghc-data-object-dev (<< 0.4)
   , libghc-data-object-prof
-  , libghc-failure-dev (>> 0.1.0)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-dev (>= 0.7)
+  , libghc-text-prof
+  , libghc-failure-dev (>= 0.1.0)
   , libghc-failure-dev (<< 0.2)
   , libghc-failure-prof
-  , libghc-yaml-dev (>> 0.4.1)
+  , libghc-transformers-dev (>= 0.2)
+  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-prof
+  , libghc-yaml-dev (>= 0.4.1)
   , libghc-yaml-dev (<< 0.5)
   , libghc-yaml-prof
+  , libghc-enumerator-dev (>= 0.4)
+  , libghc-enumerator-dev (<< 0.5)
+  , libghc-enumerator-prof
+  , libghc-convertible-text-dev (>= 0.3.0)
+  , libghc-convertible-text-dev (<< 0.4)
+  , libghc-convertible-text-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-convertible-doc
   , libghc-data-object-doc
+  , libghc-text-doc
   , libghc-failure-doc
+  , libghc-transformers-doc
   , libghc-yaml-doc
+  , libghc-enumerator-doc
+  , libghc-convertible-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/data-object-yaml
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-object-yaml





More information about the Pkg-haskell-commits mailing list