[DHG_packages] 05/05: twitter-conduit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 00:06:52 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 ebfa3d6256821968f180740d45948ad8df825eca
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 20:05:06 2016 -0400
twitter-conduit: build with ghc 8 in experimental
---
p/haskell-twitter-conduit/debian/changelog | 6 ++
p/haskell-twitter-conduit/debian/control | 97 ++++++++++++++++++------------
2 files changed, 63 insertions(+), 40 deletions(-)
diff --git a/p/haskell-twitter-conduit/debian/changelog b/p/haskell-twitter-conduit/debian/changelog
index eea88b1..c478271 100644
--- a/p/haskell-twitter-conduit/debian/changelog
+++ b/p/haskell-twitter-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-twitter-conduit (0.2.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 20:05:03 -0400
+
haskell-twitter-conduit (0.2.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-twitter-conduit/debian/control b/p/haskell-twitter-conduit/debian/control
index cdbd442..7d65350 100644
--- a/p/haskell-twitter-conduit/debian/control
+++ b/p/haskell-twitter-conduit/debian/control
@@ -1,64 +1,67 @@
Source: haskell-twitter-conduit
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-aeson-dev,
libghc-aeson-dev (>= 0.7.0.5),
libghc-aeson-prof,
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
+ libghc-authenticate-oauth-dev,
libghc-authenticate-oauth-dev (>= 1.3),
libghc-authenticate-oauth-prof,
+ libghc-bytestring-dev,
+ libghc-case-insensitive-dev,
+ libghc-conduit-dev,
libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
+ libghc-data-default-dev,
libghc-data-default-dev (>= 0.3),
libghc-data-default-prof,
+ libghc-doctest-dev,
libghc-exceptions-dev (>= 0.5),
libghc-exceptions-prof,
+ libghc-hlint-dev (>= 1.7),
+ libghc-hspec-dev,
+ libghc-http-client-dev,
libghc-http-client-dev (>= 0.3),
libghc-http-client-prof,
- libghc-http-conduit-dev (>= 2.0),
+ libghc-http-conduit-dev,
libghc-http-conduit-dev (<< 2.2),
+ libghc-http-conduit-dev (>= 2.0),
libghc-http-conduit-prof,
libghc-http-types-dev,
libghc-http-types-prof,
- libghc-lens-dev (>= 4.4),
- libghc-lens-prof,
libghc-lens-aeson-dev (>= 1),
libghc-lens-aeson-prof,
+ libghc-lens-dev,
+ libghc-lens-dev (>= 4.4),
+ libghc-lens-prof,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-resourcet-dev,
libghc-resourcet-dev (>= 1.0),
libghc-resourcet-prof,
+ libghc-text-dev,
libghc-text-dev (>= 0.11),
libghc-text-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
libghc-twitter-types-dev (>= 0.6),
- libghc-twitter-types-prof,
libghc-twitter-types-lens-dev (>= 0.6),
libghc-twitter-types-lens-prof,
- libghc-aeson-dev,
- libghc-authenticate-oauth-dev,
- libghc-bytestring-dev,
- libghc-case-insensitive-dev,
- libghc-conduit-dev,
- libghc-data-default-dev,
- libghc-doctest-dev,
- libghc-hlint-dev (>= 1.7),
- libghc-hspec-dev,
- libghc-http-client-dev,
- libghc-http-conduit-dev,
- libghc-lens-dev,
- libghc-network-uri-dev (>= 2.6),
- libghc-resourcet-dev,
- libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-twitter-types-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-authenticate-oauth-doc,
@@ -69,8 +72,8 @@ Build-Depends-Indep: ghc-doc,
libghc-http-client-doc,
libghc-http-conduit-doc,
libghc-http-types-doc,
- libghc-lens-doc,
libghc-lens-aeson-doc,
+ libghc-lens-doc,
libghc-resourcet-doc,
libghc-text-doc,
libghc-transformers-base-doc,
@@ -85,13 +88,18 @@ X-Description: Twitter API package with conduits and streaming
Package: libghc-twitter-conduit-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}
.
@@ -99,12 +107,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-conduit-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}
.
@@ -113,11 +126,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-conduit-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