[DHG_packages] 02/05: lens-aeson: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:39: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 f673d27ee978233889183aa0d5be12a9f2316dea
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:36:04 2016 -0400
lens-aeson: build with ghc 8 in experimental
---
p/haskell-lens-aeson/debian/changelog | 6 +--
p/haskell-lens-aeson/debian/control | 73 +++++++++++++++++++++--------------
2 files changed, 48 insertions(+), 31 deletions(-)
diff --git a/p/haskell-lens-aeson/debian/changelog b/p/haskell-lens-aeson/debian/changelog
index 8f84e62..37b69ee 100644
--- a/p/haskell-lens-aeson/debian/changelog
+++ b/p/haskell-lens-aeson/debian/changelog
@@ -1,8 +1,8 @@
-haskell-lens-aeson (1.0.0.5-4) UNRELEASED; urgency=medium
+haskell-lens-aeson (1.0.0.5-4) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:44 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:36:01 -0400
haskell-lens-aeson (1.0.0.5-3) unstable; urgency=medium
diff --git a/p/haskell-lens-aeson/debian/control b/p/haskell-lens-aeson/debian/control
index a9e4bef..f4c01e7 100644
--- a/p/haskell-lens-aeson/debian/control
+++ b/p/haskell-lens-aeson/debian/control
@@ -1,35 +1,38 @@
Source: haskell-lens-aeson
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-aeson-dev (>= 0.7.0.5),
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev (<< 0.12),
+ libghc-aeson-dev (>= 0.7.0.5),
libghc-aeson-prof,
- libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
- libghc-lens-dev (>= 4.4),
libghc-lens-dev (<< 5),
+ libghc-lens-dev (>= 4.4),
libghc-lens-prof,
- libghc-scientific-dev (>= 0.3.2),
libghc-scientific-dev (<< 0.4),
+ libghc-scientific-dev (>= 0.3.2),
libghc-scientific-prof,
- libghc-text-dev (>= 0.11.1.10),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11.1.10),
libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2.3),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2.3),
libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.9),
libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.9),
libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-lens-doc,
@@ -39,20 +42,25 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/lens/lens-aeson/
-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-lens-aeson
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Law-abiding lenses for aeson
+X-Description: law-abiding lenses for aeson
This package provides lenses for the data structures of the aeson package.
Package: libghc-lens-aeson-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}
.
@@ -60,12 +68,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lens-aeson-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}
.
@@ -74,11 +87,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lens-aeson-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