[DHG_packages] 02/02: microlens: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 15:25:47 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 05d1c0921a0be31c2cb5a9934adb8b356809628e
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 11:22:17 2016 -0400
microlens: build with ghc 8 in experimental
---
p/haskell-microlens/debian/changelog | 6 +++++
p/haskell-microlens/debian/control | 47 +++++++++++++++++-------------------
2 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/p/haskell-microlens/debian/changelog b/p/haskell-microlens/debian/changelog
index 983584b..0bb5ade 100644
--- a/p/haskell-microlens/debian/changelog
+++ b/p/haskell-microlens/debian/changelog
@@ -1,3 +1,9 @@
+haskell-microlens (0.4.7.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 11:21:34 -0400
+
haskell-microlens (0.4.7.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-microlens/debian/control b/p/haskell-microlens/debian/control
index e83cca7..0effa2c 100644
--- a/p/haskell-microlens/debian/control
+++ b/p/haskell-microlens/debian/control
@@ -3,17 +3,18 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata at debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.6
+ haskell-devscripts (>= 0.9),
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.8
Homepage: http://github.com/aelve/microlens
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-microlens
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/haskell-microlens
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A tiny part of the lens library with no dependencies
+X-Description: a tiny part of the lens library with no dependencies
This is an extract from the lens package with no dependencies. It's not a toy
lenses library, unsuitable for “real world”, but merely a small one. It is
compatible with lens, and should have same performance. It also has better
@@ -21,13 +22,11 @@ X-Description: A tiny part of the lens library with no dependencies
Package: libghc-microlens-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -35,12 +34,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-microlens-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -49,11 +47,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-microlens-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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