[DHG_packages] 05/05: rvar: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:27:10 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 317781fa3b4329bf7fc2710584e2f03ccbfb3538
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 01:26:10 2016 -0400
rvar: build with ghc 8 in experimental
---
p/haskell-rvar/debian/changelog | 6 +++
p/haskell-rvar/debian/control | 83 ++++++++++++++++++++++++-----------------
2 files changed, 55 insertions(+), 34 deletions(-)
diff --git a/p/haskell-rvar/debian/changelog b/p/haskell-rvar/debian/changelog
index 2ec9782..dae6f4c 100644
--- a/p/haskell-rvar/debian/changelog
+++ b/p/haskell-rvar/debian/changelog
@@ -1,3 +1,9 @@
+haskell-rvar (0.2.0.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:26:06 -0400
+
haskell-rvar (0.2.0.3-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-rvar/debian/control b/p/haskell-rvar/debian/control
index 2f47c52..c4be363 100644
--- a/p/haskell-rvar/debian/control
+++ b/p/haskell-rvar/debian/control
@@ -2,29 +2,32 @@ Source: haskell-rvar
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.10)
- , ghc
- , ghc-prof
- , libghc-monadprompt-dev (>= 1.0)
- , libghc-monadprompt-dev (<< 1.1)
- , libghc-monadprompt-prof
- , libghc-mtl-dev (>= 2)
- , libghc-mtl-dev (<< 3)
- , libghc-mtl-prof
- , libghc-random-source-dev (>= 0.3)
- , libghc-random-source-dev (<< 0.4)
- , libghc-random-source-prof
-Build-Depends-Indep: ghc-doc
- , libghc-monadprompt-doc
- , libghc-mtl-doc
- , libghc-random-source-doc
+Uploaders:
+ Clint Adams <clint at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-monadprompt-dev (<< 1.1),
+ libghc-monadprompt-dev (>= 1.0),
+ libghc-monadprompt-prof,
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-prof,
+ libghc-random-source-dev (<< 0.4),
+ libghc-random-source-dev (>= 0.3),
+ libghc-random-source-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-monadprompt-doc,
+ libghc-mtl-doc,
+ libghc-random-source-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/rvar
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-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-rvar
X-Description: random variables
Random number generation based on modeling random variables by an
abstract type (RVar) which can be composed and manipulated
@@ -36,12 +39,16 @@ X-Description: random variables
Package: libghc-rvar-dev
Architecture: any
-Depends: ${haskell:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -49,11 +56,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-rvar-prof
Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -62,9 +73,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-rvar-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends:
+ ${haskell:Depends},
+ ${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