[DHG_packages] 04/04: profunctors: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 17:47:50 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 346937cb67d7187b4c1b24fa7081d9d77d3fa3d5
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 13:46:55 2016 -0400
profunctors: build with ghc 8 in experimental
---
p/haskell-profunctors/debian/changelog | 6 ++--
p/haskell-profunctors/debian/control | 50 ++++++++++++++++------------------
2 files changed, 27 insertions(+), 29 deletions(-)
diff --git a/p/haskell-profunctors/debian/changelog b/p/haskell-profunctors/debian/changelog
index e18497c..7cba7b4 100644
--- a/p/haskell-profunctors/debian/changelog
+++ b/p/haskell-profunctors/debian/changelog
@@ -1,8 +1,8 @@
-haskell-profunctors (5.2-2) UNRELEASED; urgency=medium
+haskell-profunctors (5.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:56 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 13:46:37 -0400
haskell-profunctors (5.2-1) unstable; urgency=medium
diff --git a/p/haskell-profunctors/debian/control b/p/haskell-profunctors/debian/control
index a51c75e..70e593a 100644
--- a/p/haskell-profunctors/debian/control
+++ b/p/haskell-profunctors/debian/control
@@ -3,30 +3,32 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint 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-base-orphans-dev (>= 0.4),
+ haskell-devscripts (>= 0.10),
libghc-base-orphans-dev (<< 0.6),
+ libghc-base-orphans-dev (>= 0.4),
libghc-base-orphans-prof,
- libghc-bifunctors-dev (>= 5.2),
libghc-bifunctors-dev (<< 6),
+ libghc-bifunctors-dev (>= 5.2),
libghc-bifunctors-prof,
- libghc-comonad-dev (>= 4),
libghc-comonad-dev (<< 6),
+ libghc-comonad-dev (>= 4),
libghc-comonad-prof,
- libghc-contravariant-dev (>= 1),
libghc-contravariant-dev (<< 2),
+ libghc-contravariant-dev (>= 1),
libghc-contravariant-prof,
- libghc-distributive-dev (>= 0.4.4),
libghc-distributive-dev (<< 1),
+ libghc-distributive-dev (>= 0.4.4),
libghc-distributive-prof,
- libghc-tagged-dev (>= 0.4.4),
libghc-tagged-dev (<< 1),
+ libghc-tagged-dev (>= 0.4.4),
libghc-tagged-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base-orphans-doc,
libghc-bifunctors-doc,
libghc-comonad-doc,
@@ -35,17 +37,15 @@ Build-Depends-Indep: ghc-doc,
libghc-tagged-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/profunctors/
-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-profunctors
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-profunctors-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 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
@@ -54,11 +54,10 @@ Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Package: libghc-profunctors-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 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
@@ -68,10 +67,9 @@ Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Package: libghc-profunctors-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
--
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