[DHG_packages] 01/05: intervals: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:57: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 aa648c61866941d740ce8c901564c78ab3521895
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:52:58 2016 -0400
intervals: build with ghc 8 in experimental
---
p/haskell-intervals/debian/changelog | 6 ++---
p/haskell-intervals/debian/control | 52 +++++++++++++++++++++++-------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-intervals/debian/changelog b/p/haskell-intervals/debian/changelog
index c732692..29b1178 100644
--- a/p/haskell-intervals/debian/changelog
+++ b/p/haskell-intervals/debian/changelog
@@ -1,8 +1,8 @@
-haskell-intervals (0.7.2-2) UNRELEASED; urgency=medium
+haskell-intervals (0.7.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:41 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:52:55 -0400
haskell-intervals (0.7.2-1) unstable; urgency=medium
diff --git a/p/haskell-intervals/debian/control b/p/haskell-intervals/debian/control
index 3169983..9c0a104 100644
--- a/p/haskell-intervals/debian/control
+++ b/p/haskell-intervals/debian/control
@@ -1,21 +1,24 @@
Source: haskell-intervals
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-distributive-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-distributive-dev (<< 1),
+ libghc-distributive-dev (>= 0.2),
libghc-distributive-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-distributive-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/intervals
-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-intervals
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell data type for intervals
A Numeric.Interval.Interval is a closed, convex set of floating point
@@ -28,12 +31,16 @@ X-Description: Haskell data type for intervals
Package: libghc-intervals-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -41,11 +48,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-intervals-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,10 +65,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-intervals-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
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