[DHG_packages] 01/05: microlens-platform: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:12: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 db23e81e81565ad396c315645fb4e925c3dfb175
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:08:54 2016 -0400

    microlens-platform: build with ghc 8 in experimental
---
 p/haskell-microlens-platform/debian/changelog |  6 +++
 p/haskell-microlens-platform/debian/control   | 73 +++++++++++++++++----------
 2 files changed, 51 insertions(+), 28 deletions(-)

diff --git a/p/haskell-microlens-platform/debian/changelog b/p/haskell-microlens-platform/debian/changelog
index fe916d3..d703ca3 100644
--- a/p/haskell-microlens-platform/debian/changelog
+++ b/p/haskell-microlens-platform/debian/changelog
@@ -1,3 +1,9 @@
+haskell-microlens-platform (0.3.7.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:08:43 -0400
+
 haskell-microlens-platform (0.3.7.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-microlens-platform/debian/control b/p/haskell-microlens-platform/debian/control
index fc4fa23..8cd853e 100644
--- a/p/haskell-microlens-platform/debian/control
+++ b/p/haskell-microlens-platform/debian/control
@@ -1,38 +1,41 @@
 Source: haskell-microlens-platform
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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-hashable-dev (>= 1.1.2.3),
+ haskell-devscripts (>= 0.9),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.3),
  libghc-hashable-prof,
- libghc-microlens-dev (>= 0.4.7),
  libghc-microlens-dev (<< 0.4.8),
- libghc-microlens-prof,
- libghc-microlens-ghc-dev (>= 0.4.7),
+ libghc-microlens-dev (>= 0.4.7),
  libghc-microlens-ghc-dev (<< 0.4.8),
+ libghc-microlens-ghc-dev (>= 0.4.7),
  libghc-microlens-ghc-prof,
- libghc-microlens-mtl-dev (>= 0.1.10),
  libghc-microlens-mtl-dev (<< 0.1.11),
+ libghc-microlens-mtl-dev (>= 0.1.10),
  libghc-microlens-mtl-prof,
- libghc-microlens-th-dev (>= 0.4.1),
+ libghc-microlens-prof,
  libghc-microlens-th-dev (<< 0.4.2),
+ libghc-microlens-th-dev (>= 0.4.1),
  libghc-microlens-th-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2.4),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2.4),
  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-hashable-doc,
  libghc-microlens-doc,
  libghc-microlens-ghc-doc,
@@ -54,13 +57,18 @@ X-Description: feature-complete microlens
 
 Package: libghc-microlens-platform-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}
  .
@@ -68,12 +76,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-microlens-platform-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}
  .
@@ -82,11 +95,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-microlens-platform-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