[Pkg-haskell-commits] darcs: haskell-chasingbottoms: Fix Build-Depends breakage

Joachim Breitner mail at joachim-breitner.de
Tue Jun 30 07:08:25 UTC 2015


Tue Jun 30 07:06:28 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends breakage 

    M ./changelog +6
    M ./control -4 +8

Tue Jun 30 07:06:28 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends breakage 
diff -rN -u old-haskell-chasingbottoms/changelog new-haskell-chasingbottoms/changelog
--- old-haskell-chasingbottoms/changelog	2015-06-30 07:08:25.379668597 +0000
+++ new-haskell-chasingbottoms/changelog	2015-06-30 07:08:25.383668596 +0000
@@ -1,3 +1,9 @@
+haskell-chasingbottoms (1.3.0.13-2) UNRELEASED; urgency=medium
+
+  * Fix Build-Depends breakage 
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 30 Jun 2015 09:05:08 +0200
+
 haskell-chasingbottoms (1.3.0.13-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-chasingbottoms/control new-haskell-chasingbottoms/control
--- old-haskell-chasingbottoms/control	2015-06-30 07:08:25.379668597 +0000
+++ new-haskell-chasingbottoms/control	2015-06-30 07:08:25.379668597 +0000
@@ -10,17 +10,21 @@
   , ghc-prof
   , libghc-quickcheck2-dev (>= 2.1)
   , libghc-quickcheck2-dev (<< 2.9)
+  , libghc-quickcheck2-prof
   , libghc-mtl-dev (>= 1.1)
   , libghc-mtl-dev (<< 2.3)
+  , libghc-mtl-prof
   , libghc-random-dev (>= 1.0)
   , libghc-random-dev (<< 1.2)
+  , libghc-random-prof
   , libghc-syb-dev (>= 0.1.0.2)
   , libghc-syb-dev (<< 0.6)
-Build-Depends-Indep: ghc-doc
-  , libghc-quickcheck2-prof
-  , libghc-mtl-prof
-  , libghc-random-prof
   , libghc-syb-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-quickcheck2-doc
+  , libghc-mtl-doc
+  , libghc-random-doc
+  , libghc-syb-doc
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/ChasingBottoms
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms




More information about the Pkg-haskell-commits mailing list