[DHG_packages] 04/05: microlens: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:55:43 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 fd86da8ef86338bbe0f095890e74b3644394128c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:52:51 2016 -0400

    microlens: build with ghc 8 in experimental
---
 p/haskell-microlens-th/debian/changelog |  6 +++++
 p/haskell-microlens-th/debian/control   | 46 +++++++++++++++------------------
 2 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/p/haskell-microlens-th/debian/changelog b/p/haskell-microlens-th/debian/changelog
index 8808f03..5584a38 100644
--- a/p/haskell-microlens-th/debian/changelog
+++ b/p/haskell-microlens-th/debian/changelog
@@ -1,3 +1,9 @@
+haskell-microlens-th (0.4.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:52:39 -0400
+
 haskell-microlens-th (0.4.1.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-microlens-th/debian/control b/p/haskell-microlens-th/debian/control
index c799de8..d16880a 100644
--- a/p/haskell-microlens-th/debian/control
+++ b/p/haskell-microlens-th/debian/control
@@ -3,17 +3,17 @@ 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,
- libghc-microlens-dev (>= 0.4.0),
+ haskell-devscripts (>= 0.9),
  libghc-microlens-dev (<< 0.5),
+ libghc-microlens-dev (>= 0.4.0),
  libghc-microlens-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-microlens-doc,
-Standards-Version: 3.9.6
+Build-Depends-Indep: ghc-doc, libghc-microlens-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-th
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -27,13 +27,11 @@ X-Description: Automatic generation of record lenses for microlens
 
 Package: libghc-microlens-th-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}
  .
@@ -41,12 +39,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-microlens-th-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}
  .
@@ -55,11 +52,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-microlens-th-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