[Pkg-haskell-commits] darcs: haskell-hgettext: Depend on right version of cabal

Sven Bartscher sven.bartscher at weltraumschlangen.de
Thu Jan 1 20:17:41 UTC 2015


Thu Jan  1 20:16:45 UTC 2015  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * Depend on right version of cabal

    M ./control -4 +7

Thu Jan  1 20:16:45 UTC 2015  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * Depend on right version of cabal
diff -rN -u old-haskell-hgettext/control new-haskell-hgettext/control
--- old-haskell-hgettext/control	2015-01-01 20:17:41.417053771 +0000
+++ new-haskell-hgettext/control	2015-01-01 20:17:41.421053769 +0000
@@ -5,7 +5,7 @@
 Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.9)
+  , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
   , libghc-setlocale-dev
@@ -14,17 +14,20 @@
   , libghc-uniplate-prof
   , libghc-src-exts-dev
   , libghc-src-exts-prof
-  , libghc-cabal-dev
-  , libghc-cabal-prof
+  , libghc-cabal-dev (>= 1.20)
+  , libghc-cabal-prof (>= 1.20)
+# The -prof and -doc packages also need the constraint, because ghc
+# provieds libghc-cabal-prof and -doc
 Build-Depends-Indep: ghc-doc
 		   , libghc-setlocale-doc
 		   , libghc-uniplate-doc
 		   , libghc-src-exts-doc
-		   , libghc-cabal-doc
+		   , libghc-cabal-doc (>= 1.20)
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/hgettext
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hgettext
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hgettext
+Testsuite: autopkgtest
 X-Description: Gettext bindings for haskell
  This package provides bindings to gettext in haskell.
 




More information about the Pkg-haskell-commits mailing list