[Pkg-haskell-commits] darcs: haskell-hxt: Fix build dependencies, they were completely bogus
Joachim Breitner
mail at joachim-breitner.de
Fri Oct 19 22:57:05 UTC 2012
Fri Oct 19 20:58:51 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Fix build dependencies, they were completely bogus
Ignore-this: 5116cede9964382acff6237de774da5f
M ./changelog +1
M ./control -18 +21
Fri Oct 19 20:58:51 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Fix build dependencies, they were completely bogus
Ignore-this: 5116cede9964382acff6237de774da5f
diff -rN -u old-haskell-hxt//changelog new-haskell-hxt//changelog
--- old-haskell-hxt//changelog 2012-10-19 22:57:05.714720928 +0000
+++ new-haskell-hxt//changelog 2012-10-19 22:57:05.730723484 +0000
@@ -3,6 +3,7 @@
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* New upstream release
+ * Fix build dependencies, they were completely bogus
-- Joachim Breitner <nomeata at debian.org> Fri, 19 Oct 2012 22:54:43 +0200
diff -rN -u old-haskell-hxt//control new-haskell-hxt//control
--- old-haskell-hxt//control 2012-10-19 22:57:05.710720458 +0000
+++ new-haskell-hxt//control 2012-10-19 22:57:05.722727091 +0000
@@ -7,32 +7,35 @@
cdbs,
debhelper (>= 7),
haskell-devscripts (>= 0.8.13),
- libcurl4-gnutls-dev | libcurl-dev,
ghc,
ghc-prof,
ghc-doc,
- libghc-curl-dev,
- libghc-curl-prof,
- libghc-curl-doc,
- libghc-tagsoup-dev(>=0.8),
- libghc-tagsoup-prof,
- libghc-tagsoup-doc,
- libghc-parallel-dev,
- libghc-parallel-prof,
- libghc-parallel-doc,
- libghc-hunit-dev,
+ libghc-network-dev (>= 2.4),
+ libghc-network-dev (<< 3),
+ libghc-network-prof,
+ libghc-network-doc,
+ libghc-parsec3-dev (>= 2.1),
+ libghc-parsec3-dev (<< 4),
+ libghc-parsec3-prof,
+ libghc-parsec3-doc,
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-prof,
+ libghc-mtl-doc,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 2),
libghc-hunit-prof,
libghc-hunit-doc,
- libghc-deepseq-dev,
- libghc-deepseq-prof,
- libghc-deepseq-doc,
- libghc-hxt-charproperties-dev,
+ libghc-hxt-charproperties-dev (>= 9.1),
+ libghc-hxt-charproperties-dev (<< 10),
libghc-hxt-charproperties-prof,
libghc-hxt-charproperties-doc,
- libghc-hxt-regex-xmlschema-dev,
- libghc-hxt-regex-xmlschema-prof,
+ libghc-hxt-regex-xmlschema-dev (>= 9),
+ libghc-hxt-regex-xmlschema-dev (<< 10),
+ libghc-hxt-regex-xmlschema-prof ,
libghc-hxt-regex-xmlschema-doc,
- libghc-hxt-unicode-dev,
+ libghc-hxt-unicode-dev (>= 9),
+ libghc-hxt-unicode-dev (<< 10),
libghc-hxt-unicode-prof,
libghc-hxt-unicode-doc,
Standards-Version: 3.9.4
More information about the Pkg-haskell-commits
mailing list