[DHG_packages] 03/05: ghc-events: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:04:22 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 4288b1869ef1db4f4caf867f495ec43017f6b93f
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:01:22 2016 -0400

    ghc-events: build with ghc 8 in experimental
---
 p/haskell-ghc-events/debian/changelog |  6 +++++
 p/haskell-ghc-events/debian/control   | 43 ++++++++++++++++-------------------
 2 files changed, 25 insertions(+), 24 deletions(-)

diff --git a/p/haskell-ghc-events/debian/changelog b/p/haskell-ghc-events/debian/changelog
index 93001f3..a45bc7e 100644
--- a/p/haskell-ghc-events/debian/changelog
+++ b/p/haskell-ghc-events/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ghc-events (0.4.4.0-4) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:01:09 -0400
+
 haskell-ghc-events (0.4.4.0-3) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-ghc-events/debian/control b/p/haskell-ghc-events/debian/control
index 19f1f91..0113922 100644
--- a/p/haskell-ghc-events/debian/control
+++ b/p/haskell-ghc-events/debian/control
@@ -3,30 +3,28 @@ 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.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-mtl-dev (>= 2.2.1),
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev,
  libghc-mtl-dev (<< 3.0),
+ libghc-mtl-dev (>= 2.2.1),
  libghc-mtl-prof,
- libghc-mtl-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/ghc-events
-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-ghc-events
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-ghc-events-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Library for parsing GHC event log files${haskell:ShortBlurb}
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.
@@ -35,12 +33,10 @@ Description: Library for parsing GHC event log files${haskell:ShortBlurb}
 
 Package: libghc-ghc-events-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Library for parsing GHC event log files${haskell:ShortBlurb}
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.
@@ -50,10 +46,9 @@ Description: Library for parsing GHC event log files${haskell:ShortBlurb}
 Package: libghc-ghc-events-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Library for parsing GHC event log files${haskell:ShortBlurb}
  This library provides functions to parse .eventlog files emitted by
  the GHC.12.1 and later runtimes.

-- 
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