[DHG_packages] 02/06: text-commit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:54:54 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 4ddb8c1e1660696626da17f4a59899c8e3b8a30b
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:50:14 2016 -0400
text-commit: build with ghc 8 in experimental
---
p/haskell-text-binary/debian/changelog | 6 ++++
p/haskell-text-binary/debian/control | 55 ++++++++++++++++++++++------------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/p/haskell-text-binary/debian/changelog b/p/haskell-text-binary/debian/changelog
index 14238bd..331ff04 100644
--- a/p/haskell-text-binary/debian/changelog
+++ b/p/haskell-text-binary/debian/changelog
@@ -1,3 +1,9 @@
+haskell-text-binary (0.2.1.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:49:56 -0400
+
haskell-text-binary (0.2.1.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-text-binary/debian/control b/p/haskell-text-binary/debian/control
index 0bcbc2e..a67ec2c 100644
--- a/p/haskell-text-binary/debian/control
+++ b/p/haskell-text-binary/debian/control
@@ -1,16 +1,19 @@
Source: haskell-text-binary
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Dmitry Bogatov <KAction at gnu.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-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/kawu/text-binary
@@ -22,13 +25,18 @@ X-Description: Binary instances for text types
Package: libghc-text-binary-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}
.
@@ -36,12 +44,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-text-binary-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}
.
@@ -50,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-text-binary-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