[DHG_packages] 02/05: yi-rope: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16:05:37 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 52e8cf25f4ad34abbd3dbfcc3e6f3d30077c8470
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:02:00 2016 -0400
yi-rope: build with ghc 8 in experimental
---
p/haskell-yi-rope/debian/changelog | 6 ++++
p/haskell-yi-rope/debian/control | 67 ++++++++++++++++++++++++--------------
2 files changed, 48 insertions(+), 25 deletions(-)
diff --git a/p/haskell-yi-rope/debian/changelog b/p/haskell-yi-rope/debian/changelog
index fa896b1..0392b72 100644
--- a/p/haskell-yi-rope/debian/changelog
+++ b/p/haskell-yi-rope/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yi-rope (0.7.0.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:01:58 -0400
+
haskell-yi-rope (0.7.0.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yi-rope/debian/control b/p/haskell-yi-rope/debian/control
index b0d5215..ef9e151 100644
--- a/p/haskell-yi-rope/debian/control
+++ b/p/haskell-yi-rope/debian/control
@@ -1,28 +1,31 @@
Source: haskell-yi-rope
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marcel Fourne <debian at marcelfourne.de>
+Uploaders:
+ Marcel Fourne <debian at marcelfourne.de>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-charsetdetect-ae-dev (>= 1.0.1),
libghc-charsetdetect-ae-prof,
libghc-data-default-dev,
libghc-data-default-prof,
libghc-fingertree-dev,
libghc-fingertree-prof,
+ libghc-hspec-dev,
+ libghc-quickcheck-instances-dev,
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2),
libghc-text-dev,
- libghc-text-prof,
libghc-text-icu-dev,
libghc-text-icu-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-dev (<< 3),
- libghc-hspec-dev,
- libghc-quickcheck-instances-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-charsetdetect-ae-doc,
libghc-data-default-doc,
libghc-fingertree-doc,
@@ -30,20 +33,25 @@ Build-Depends-Indep: ghc-doc,
libghc-text-icu-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/yi-rope
-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-yi-rope
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Rope data structure used by Yi
This is a Haskell library providing a rope data structure used by Yi
Package: libghc-yi-rope-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}
.
@@ -51,12 +59,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-yi-rope-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}
.
@@ -65,11 +78,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-yi-rope-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