[DHG_packages] 06/06: lambdabot-haskell-plugins: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:34:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 2f322172444c941c3521ae5f71f499300a91da32
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:33:10 2016 -0400
lambdabot-haskell-plugins: build with ghc 8 in experimental
---
.../debian/changelog | 8 +-
p/haskell-lambdabot-haskell-plugins/debian/control | 93 +++++++++++++---------
2 files changed, 59 insertions(+), 42 deletions(-)
diff --git a/p/haskell-lambdabot-haskell-plugins/debian/changelog b/p/haskell-lambdabot-haskell-plugins/debian/changelog
index c04c31e..5efff3e 100644
--- a/p/haskell-lambdabot-haskell-plugins/debian/changelog
+++ b/p/haskell-lambdabot-haskell-plugins/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lambdabot-haskell-plugins (5.0.3-6) UNRELEASED; urgency=medium
+haskell-lambdabot-haskell-plugins (5.0.3-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:39 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:33:05 -0400
haskell-lambdabot-haskell-plugins (5.0.3-5) unstable; urgency=medium
diff --git a/p/haskell-lambdabot-haskell-plugins/debian/control b/p/haskell-lambdabot-haskell-plugins/debian/control
index ce754fb..ff81e1c 100644
--- a/p/haskell-lambdabot-haskell-plugins/debian/control
+++ b/p/haskell-lambdabot-haskell-plugins/debian/control
@@ -1,42 +1,40 @@
Source: haskell-lambdabot-haskell-plugins
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Alexandre Delanoë <anoe at debian.org>
+Uploaders:
+ Alexandre Delanoë <anoe at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-http-dev (>= 1:4000),
- libghc-http-prof,
- libghc-iospec-dev (>= 0.2),
- libghc-iospec-prof,
- libghc-monadrandom-dev (>= 0.1),
- libghc-monadrandom-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-prof,
+ haskell-devscripts (>= 0.10),
libghc-arrows-dev (>= 0.4),
libghc-arrows-prof,
libghc-data-memocombinators-dev (>= 0.4),
libghc-data-memocombinators-prof,
- libghc-src-exts-dev (>= 1.17.0),
- libghc-src-exts-prof,
libghc-hoogle-dev (>= 4.2),
libghc-hoogle-prof,
- libghc-lambdabot-core-dev (>= 5.0.3),
+ libghc-http-dev (>= 1:4000),
+ libghc-http-prof,
+ libghc-iospec-dev (>= 0.2),
+ libghc-iospec-prof,
libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-dev (>= 5.0.3),
libghc-lambdabot-core-prof,
- libghc-lambdabot-reference-plugins-dev (>= 5.0.3),
libghc-lambdabot-reference-plugins-dev (<< 5.1),
+ libghc-lambdabot-reference-plugins-dev (>= 5.0.3),
libghc-lambdabot-reference-plugins-prof,
- libghc-lambdabot-trusted-dev (>= 5.0.2),
libghc-lambdabot-trusted-dev (<< 5.1),
+ libghc-lambdabot-trusted-dev (>= 5.0.2),
libghc-lambdabot-trusted-prof,
libghc-lifted-base-dev (>= 0.2),
libghc-lifted-base-prof,
libghc-logict-dev (>= 0.5),
libghc-logict-prof,
+ libghc-monadrandom-dev (>= 0.1),
+ libghc-monadrandom-prof,
libghc-mtl-dev (>= 2),
libghc-mtl-prof,
libghc-mueval-dev (>= 0.9),
@@ -49,12 +47,16 @@ Build-Depends: debhelper (>= 9),
libghc-oeis-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
+ libghc-quickcheck2-dev (>= 2),
+ libghc-quickcheck2-prof,
libghc-regex-tdfa-dev (>= 1.1),
libghc-regex-tdfa-prof,
libghc-show-dev (>= 0.4),
libghc-show-prof,
libghc-split-dev (>= 0.2),
libghc-split-prof,
+ libghc-src-exts-dev (>= 1.17.0),
+ libghc-src-exts-prof,
libghc-syb-dev (>= 0.3),
libghc-syb-prof,
libghc-transformers-dev,
@@ -63,36 +65,37 @@ Build-Depends: debhelper (>= 9),
libghc-utf8-string-prof,
libghc-vector-space-dev (>= 0.8),
libghc-vector-space-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-http-doc,
- libghc-iospec-doc,
- libghc-monadrandom-doc,
- libghc-quickcheck2-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-arrows-doc,
libghc-data-memocombinators-doc,
- libghc-src-exts-doc,
libghc-hoogle-doc,
+ libghc-http-doc,
+ libghc-iospec-doc,
libghc-lambdabot-core-doc,
libghc-lambdabot-reference-plugins-doc,
libghc-lambdabot-trusted-doc,
libghc-lifted-base-doc,
libghc-logict-doc,
+ libghc-monadrandom-doc,
libghc-mtl-doc,
libghc-mueval-doc,
libghc-network-doc,
libghc-numbers-doc,
libghc-oeis-doc,
libghc-parsec3-doc,
+ libghc-quickcheck2-doc,
libghc-regex-tdfa-doc,
libghc-show-doc,
libghc-split-doc,
+ libghc-src-exts-doc,
libghc-syb-doc,
libghc-transformers-doc,
libghc-utf8-string-doc,
libghc-vector-space-doc,
Standards-Version: 3.9.8
Homepage: http://haskell.org/haskellwiki/Lambdabot
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-lambdabot-haskell-plugins
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Lambdabot Haskell plugins
Lambdabot is an IRC bot written over several years by
@@ -130,13 +133,18 @@ X-Description: Lambdabot Haskell plugins
Package: libghc-lambdabot-haskell-plugins-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -144,12 +152,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lambdabot-haskell-plugins-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -158,11 +171,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lambdabot-haskell-plugins-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list