[DHG_packages] 02/05: twitter-types-lens: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:43:48 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 7ef6b941b13f9f5354feac3a2442a5d8da2d92ca
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:41:00 2016 -0400
twitter-types-lens: build with ghc 8 in experimental
---
p/haskell-twitter-types-lens/debian/changelog | 6 +++
p/haskell-twitter-types-lens/debian/control | 63 +++++++++++++++++----------
2 files changed, 46 insertions(+), 23 deletions(-)
diff --git a/p/haskell-twitter-types-lens/debian/changelog b/p/haskell-twitter-types-lens/debian/changelog
index cfac8f6..fdec7ec 100644
--- a/p/haskell-twitter-types-lens/debian/changelog
+++ b/p/haskell-twitter-types-lens/debian/changelog
@@ -1,3 +1,9 @@
+haskell-twitter-types-lens (0.7.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:40:58 -0400
+
haskell-twitter-types-lens (0.7.2-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-twitter-types-lens/debian/control b/p/haskell-twitter-types-lens/debian/control
index 527a87a..e3789ac 100644
--- a/p/haskell-twitter-types-lens/debian/control
+++ b/p/haskell-twitter-types-lens/debian/control
@@ -1,24 +1,27 @@
Source: haskell-twitter-types-lens
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.8),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-lens-dev (>= 4.0),
+ haskell-devscripts (>= 0.8),
libghc-lens-dev (<< 5),
- libghc-lens-prof (>= 4.0),
+ libghc-lens-dev (>= 4.0),
libghc-lens-prof (<< 5),
+ libghc-lens-prof (>= 4.0),
libghc-text-dev,
libghc-text-prof,
- libghc-twitter-types-dev (>= 0.7.2),
libghc-twitter-types-dev (<< 0.8),
- libghc-twitter-types-prof (>= 0.7.2),
+ libghc-twitter-types-dev (>= 0.7.2),
libghc-twitter-types-prof (<< 0.8),
-Build-Depends-Indep: ghc-doc,
+ libghc-twitter-types-prof (>= 0.7.2),
+Build-Depends-Indep:
+ ghc-doc,
libghc-lens-doc,
libghc-text-doc,
libghc-twitter-types-doc,
@@ -29,13 +32,18 @@ X-Description: Twitter JSON types (lens powered)
Package: libghc-twitter-types-lens-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}
.
@@ -43,12 +51,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-types-lens-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}
.
@@ -57,11 +70,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-twitter-types-lens-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