[Pkg-haskell-commits] darcs: haskell-test-framework-th: Depend on ghc-ghci to avoid FTBFS

Joachim Breitner mail at joachim-breitner.de
Sat May 26 15:38:49 UTC 2012


Sat May 26 15:37:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on ghc-ghci to avoid FTBFS 
  Ignore-this: b9abc3e93904e7c97f3ad9d214e3454c

    M ./changelog +6
    M ./control -16 +17

Sat May 26 15:37:16 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Depend on ghc-ghci to avoid FTBFS 
  Ignore-this: b9abc3e93904e7c97f3ad9d214e3454c
diff -rN -u old-haskell-test-framework-th//changelog new-haskell-test-framework-th//changelog
--- old-haskell-test-framework-th//changelog	2012-05-26 15:38:48.813827611 +0000
+++ new-haskell-test-framework-th//changelog	2012-05-26 15:38:48.825828332 +0000
@@ -1,3 +1,9 @@
+haskell-test-framework-th (0.2.2-5) UNRELEASED; urgency=low
+
+  * Depend on ghc-ghci to avoid FTBFS 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 26 May 2012 17:37:08 +0200
+
 haskell-test-framework-th (0.2.2-4) unstable; urgency=low
 
   * Bump to Standards-Version 3.9.3.
diff -rN -u old-haskell-test-framework-th//control new-haskell-test-framework-th//control
--- old-haskell-test-framework-th//control	2012-05-26 15:38:48.797827200 +0000
+++ new-haskell-test-framework-th//control	2012-05-26 15:38:48.817827728 +0000
@@ -4,23 +4,24 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 7.0),
-               haskell-devscripts (>= 0.8),
-               cdbs,
-               ghc,
-               ghc-prof,
-               libghc-src-exts-dev,
-               libghc-src-exts-prof,
-               libghc-language-haskell-extract-dev (>= 0.2.1),
-               libghc-language-haskell-extract-prof,
-               libghc-regex-posix-dev,
-               libghc-regex-posix-prof,
-               libghc-test-framework-dev,
-               libghc-test-framework-prof
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-ghci,
+ libghc-src-exts-dev,
+ libghc-src-exts-prof,
+ libghc-language-haskell-extract-dev (>= 0.2.1),
+ libghc-language-haskell-extract-prof,
+ libghc-regex-posix-dev,
+ libghc-regex-posix-prof,
+ libghc-test-framework-dev,
+ libghc-test-framework-prof
 Build-Depends-Indep: ghc-doc,
-                     libghc-src-exts-doc,
-                     libghc-language-haskell-extract-doc,
-                     libghc-regex-posix-doc,
-                     libghc-test-framework-doc
+ libghc-src-exts-doc,
+ libghc-language-haskell-extract-doc,
+ libghc-regex-posix-doc,
+ libghc-test-framework-doc
 Standards-Version: 3.9.3
 Homepage: http://github.com/finnsson/test-generator
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-test-framework-th





More information about the Pkg-haskell-commits mailing list